A generic HID input device.
    public class HID : InputDevice
   
  
  
  Properties
  
  
  
  
  
  The HID device descriptor as received from the system.
Declaration
  
    public HID.HIDDeviceDescriptor hidDescriptor { get; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public static FourCC QueryHIDParsedReportDescriptorDeviceCommandType { get; }
   
  Property Value
  
  
  
  
  
  Command code for querying the HID report descriptor from a device.
Declaration
  
    public static FourCC QueryHIDReportDescriptorDeviceCommandType { get; }
   
  Property Value
  
  
  
  
  
  
  
  Command code for querying the HID report descriptor size in bytes from a device.
Declaration
  
    public static FourCC QueryHIDReportDescriptorSizeDeviceCommandType { get; }
   
  Property Value
  
  
  
  Methods
  
  
  
  
  UsagePageToString(HID.UsagePage)
  
  
  Declaration
  
    public static string UsagePageToString(HID.UsagePage usagePage)
   
  Parameters
  
  Returns
  
  
  
  
  UsageToString(HID.UsagePage, Int32)
  
  
  Declaration
  
    public static string UsageToString(HID.UsagePage usagePage, int usage)
   
  Parameters
  
  Returns
  
  Extension Methods