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

IS_Free() public static méthode

public static IS_Free ( IntPtr state ) : void
state System.IntPtr
Résultat void
        public static void IS_Free(IntPtr state)
        {
            Unmanaged_IS_Free(state);
        }
EdkDll