Emotiv.EdkDll.IEE_EmoStateFree C# (CSharp) Method

IEE_EmoStateFree() public static method

public static IEE_EmoStateFree ( IntPtr hState ) : void
hState System.IntPtr
return void
        public static void IEE_EmoStateFree(IntPtr hState)
        {
            Unmanged_IEE_EmoStateFree(hState);
        }
EdkDll