Emotiv.EdkDll.Unmanged_IEE_EnableDiagnostics C# (CSharp) Method

Unmanged_IEE_EnableDiagnostics() private method

private Unmanged_IEE_EnableDiagnostics ( String szFilename, Int32 fEnable, Int32 nReserved ) : Int32
szFilename String
fEnable Int32
nReserved Int32
return Int32
        static extern Int32 Unmanged_IEE_EnableDiagnostics(String szFilename, Int32 fEnable, Int32 nReserved);
EdkDll