LgBackLight.LogitechKeyboard.LogitechKeyboard C# (CSharp) Méthode

LogitechKeyboard() private méthode

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