Gorgon
Show / Hide Table of Contents

Interface IGorgonRawHIDInfo

Provides capability information about a Raw Input Human Interface Device.

Inherited Members
IGorgonRawInputDeviceInfo.Handle
IGorgonRawInputDeviceInfo.Description
IGorgonRawInputDeviceInfo.HIDPath
IGorgonRawInputDeviceInfo.DeviceClass
Namespace: Gorgon.Input
Assembly: Gorgon.Input.dll
Syntax
public interface IGorgonRawHIDInfo : IGorgonRawInputDeviceInfo

Properties

| Edit this page View Source

ProductID

Property to return the product ID for the device.

Declaration
int ProductID { get; }
Property Value
Type Description
int
| Edit this page View Source

Usage

Property to return the top level collection usage value for this device.

Declaration
HIDUsage Usage { get; }
Property Value
Type Description
HIDUsage
| Edit this page View Source

UsagePage

Property to return the top level collection usage page value for this device.

Declaration
HIDUsagePage UsagePage { get; }
Property Value
Type Description
HIDUsagePage
| Edit this page View Source

VendorID

Property to return the vendor ID for the device.

Declaration
int VendorID { get; }
Property Value
Type Description
int
| Edit this page View Source

Version

Property to return the version number for the device.

Declaration
int Version { get; }
Property Value
Type Description
int

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author