Emotiv.EdkDll.Unmanged_IEE_SoftwareGetVersion C# (CSharp) 메소드

Unmanged_IEE_SoftwareGetVersion() 개인적인 메소드

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