Enum ReportType
The type of an HidUsage.
public enum ReportType
Fields
Feature = 2Feature usages offer both read and write functionality on a HID device.
Input = 0Input usages are read-only HID usages that come from the device.
Output = 1Output usages are write-only HID usages used to control a HID device.