hid_device_info class

hidapi info structure

Inheritance

Constructors

hid_device_info()

Properties

hashCode int
The hash code for this object.
no setterinherited
interface_number int
The USB interface which this logical device represents.
getter/setter pair
manufacturer_string Pointer<wchar_t>
Manufacturer String
getter/setter pair
next Pointer<hid_device_info>
Pointer to the next device
getter/setter pair
path Pointer<Int8>
Platform-specific device path
getter/setter pair
product_id int
Device Product ID
getter/setter pair
product_string Pointer<wchar_t>
Product string
getter/setter pair
release_number int
Device Release Number in binary-coded decimal, also known as Device Version Number
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serial_number Pointer<wchar_t>
Serial Number
getter/setter pair
usage int
Usage for this Device/Interface (Windows/Mac/hidraw only)
getter/setter pair
usage_page int
Usage Page for this Device/Interface (Windows/Mac/hidraw only)
getter/setter pair
vendor_id int
Device Vendor ID
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited