Emotiv.EdkDll.IEE_EmoEngineEventGetType C# (CSharp) Method

IEE_EmoEngineEventGetType() public static method

public static IEE_EmoEngineEventGetType ( IntPtr hEvent ) : IEE_Event_t
hEvent System.IntPtr
return IEE_Event_t
        public static IEE_Event_t IEE_EmoEngineEventGetType(IntPtr hEvent)
        {
            return Unmanged_IEE_EmoEngineEventGetType(hEvent);
        }
EdkDll