LgBackLight.LogitechKeyboard.LogitechKeyboard C# (CSharp) Method

LogitechKeyboard() private method

private LogitechKeyboard ( HidDevice device, LogitechKeyboardType type ) : System
device HidDevice
type LogitechKeyboardType
return System
        internal LogitechKeyboard(HidDevice device, LogitechKeyboardType type)
        {
            Device = device;
            KeyboardType = type;
        }