Protocols / KeyboardEmulation / RegisterInterface Value

This is a legacy value. Specifies if the USB HID interface shall be registered during connecting the USB device even if the KeyboardEmulation protocol is not enabled.

Properties

Format

Name Type/Size Description
- Enumeration (8 bits)
Values:
  • AutoDetect (0x00)
    The USB host will see a keyboard interface only if it is activated in Device/Run/EnabledProtocols this is the default setting
  • Disabled (0x01)
    The USB host will see no keyboard interface (even if the protocol is enabled via Device/Run/EnabledProtocols)
  • Enabled (0x02)
    The USB host will see always a keyboard interface (even if the protocol is not enabled via Device/Run/EnabledProtocols)