Emotiv.EdkDll.IEE_EmoEngineEventFree C# (CSharp) Method

IEE_EmoEngineEventFree() public static method

public static IEE_EmoEngineEventFree ( IntPtr hEvent ) : void
hEvent System.IntPtr
return void
        public static void IEE_EmoEngineEventFree(IntPtr hEvent)
        {
            Unmanged_IEE_EmoEngineEventFree(hEvent);
        }
EdkDll