Interface IHidDevice
Represents a HID device.
public interface IHidDevice : IDevice
- Inherited Members
Properties
ProductId
short ProductId { get; }
Property Value
- short
Usage
short Usage { get; }
Property Value
- short
UsagePage
HidUsagePage UsagePage { get; }
Property Value
VendorId
short VendorId { get; }
Property Value
- short
Methods
ConnectToFeatureReports()
Establishes an active connection to the HID device for the transmittal of data through feature reports.
IHidConnection ConnectToFeatureReports()
Returns
ConnectToIOReports()
IHidConnection ConnectToIOReports()