Emotiv.EdkDll.IS_Free C# (CSharp) Method

IS_Free() public static method

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