Emotiv.EdkDll.Unmanged_IEE_SoftwareGetVersion C# (CSharp) Method

Unmanged_IEE_SoftwareGetVersion() private method

private Unmanged_IEE_SoftwareGetVersion ( StringBuilder pszVersionOut, UInt32 nVersionChars, UInt32 &pBuildNumOut ) : Int32
pszVersionOut StringBuilder
nVersionChars UInt32
pBuildNumOut UInt32
return Int32
        static extern Int32 Unmanged_IEE_SoftwareGetVersion(StringBuilder pszVersionOut, UInt32 nVersionChars, out UInt32 pBuildNumOut);
EdkDll