Emotiv.EdkDll.IEE_SetHardwarePlayerDisplay C# (CSharp) Method

IEE_SetHardwarePlayerDisplay() public static method

public static IEE_SetHardwarePlayerDisplay ( UInt32 userId, UInt32 playerNum ) : Int32
userId System.UInt32
playerNum System.UInt32
return System.Int32
        public static Int32 IEE_SetHardwarePlayerDisplay(UInt32 userId, UInt32 playerNum)
        {
            return Unmanged_IEE_SetHardwarePlayerDisplay(userId, playerNum);
        }
EdkDll