Interface IGorgonRawHIDInfo
Provides capability information about a Raw Input Human Interface Device.
Inherited Members
Namespace: Gorgon.Input
Assembly: Gorgon.Input.dll
Syntax
public interface IGorgonRawHIDInfo : IGorgonRawInputDeviceInfo
Properties
| Edit this page View SourceProductID
Property to return the product ID for the device.
Declaration
int ProductID { get; }
Property Value
Type | Description |
---|---|
int |
Usage
Property to return the top level collection usage value for this device.
Declaration
HIDUsage Usage { get; }
Property Value
Type | Description |
---|---|
HIDUsage |
UsagePage
Property to return the top level collection usage page value for this device.
Declaration
HIDUsagePage UsagePage { get; }
Property Value
Type | Description |
---|---|
HIDUsagePage |
VendorID
Property to return the vendor ID for the device.
Declaration
int VendorID { get; }
Property Value
Type | Description |
---|---|
int |
Version
Property to return the version number for the device.
Declaration
int Version { get; }
Property Value
Type | Description |
---|---|
int |