Emotiv.EdkDll.IEE_HardwareGetVersion C# (CSharp) Method

IEE_HardwareGetVersion() public static method

public static IEE_HardwareGetVersion ( UInt32 userId, UInt32 &pHwVersionOut ) : Int32
userId System.UInt32
pHwVersionOut System.UInt32
return System.Int32
        public static Int32 IEE_HardwareGetVersion(UInt32 userId, out UInt32 pHwVersionOut)
        {
            return Unmanged_IEE_HardwareGetVersion(userId, out pHwVersionOut);
        }
EdkDll