Skip to content

HIDInfo ​

Represents information about a HID device.

Kind: Class

Namespace: ConnectorLib.HIDTools

Public Constructors

HIDInfo(string product, string serial, string manufacturer, string path, short vid, short pid)

Creates a new instance of the ConnectorLib.HIDTools.HIDInfo class.

Public Attributes

string

Path

The HID device path.

short

VID

The vendor ID of the HID device.

short

PID

The product ID of the HID device.

string

Product

The product name of the HID device.

string

Manufacturer

The manufacturer name of the HID device.

string

SerialNumber

The serial number of the HID device.