Emotiv.EdkDll.IEE_EmoEngineEventGetUserId C# (CSharp) Method

IEE_EmoEngineEventGetUserId() public static method

public static IEE_EmoEngineEventGetUserId ( IntPtr hEvent, UInt32 &pUserIdOut ) : Int32
hEvent System.IntPtr
pUserIdOut System.UInt32
return System.Int32
        public static Int32 IEE_EmoEngineEventGetUserId(IntPtr hEvent, out UInt32 pUserIdOut)
        {
            return Unmanged_IEE_EmoEngineEventGetUserId(hEvent, out pUserIdOut);
        }
EdkDll