Emotiv.EdkDll.IS_Init C# (CSharp) Method

IS_Init() public static method

public static IS_Init ( IntPtr state ) : void
state System.IntPtr
return void
        public static void IS_Init(IntPtr state)
        {
            Unmanaged_IS_Init(state);
        }
EdkDll