Emotiv.EdkDll.IEE_EnableDiagnostics C# (CSharp) Method

IEE_EnableDiagnostics() public static method

public static IEE_EnableDiagnostics ( String szFilename, Int32 fEnable, Int32 nReserved ) : Int32
szFilename String
fEnable System.Int32
nReserved System.Int32
return System.Int32
        public static Int32 IEE_EnableDiagnostics(String szFilename, Int32 fEnable, Int32 nReserved)
        {
            return Unmanged_IEE_EnableDiagnostics(szFilename, fEnable, nReserved);
        }
EdkDll