Name | Description |
---|---|
HIDDevice | |
HIDDevice.PSP_DEVICE_INTERFACE_DETAIL_DATA | |
HIDDeviceException | Generic HID device exception |
InputReport | Defines a base class for input reports. To use input reports, use the SetData method and override the ProcessData method. |
OutputReport | Defines a base class for output reports. To use output reports, just put the bytes into the raw buffer. |
Program | |
Report | Base class for report types. Simply wraps a byte buffer. |