Emotiv.EdkDll.IEE_EmoStateFree C# (CSharp) Méthode

IEE_EmoStateFree() public static méthode

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