Record TSDL_hid_device_info
Unit
Declaration
type TSDL_hid_device_info = record
Description
\brief Information about a connected HID device
Overview
Fields
path: PAnsiChar; |
|
vendor_id: pcushort; |
|
product_id: pcushort; |
|
serial_number: pcwchar_t; |
|
release_number: cushort; |
|
manufacturer_string: pcwchar_t; |
|
product_string: pcwchar_t; |
|
usage_page: cushort; |
|
usage: cushort; |
|
interface_number: cint; |
|
interface_class: cint; |
|
interface_subclass: cint; |
|
interface_protocol: cint; |
|
next: PSDL_hid_device_info; |
Description
Fields
path: PAnsiChar; |
|
Platform-specific device path |
vendor_id: pcushort; |
|
Device Vendor ID |
product_id: pcushort; |
|
Device Product ID |
serial_number: pcwchar_t; |
|
Serial Number |
release_number: cushort; |
|
Device Release Number in binary-coded decimal, also known as Device Version Number |
manufacturer_string: pcwchar_t; |
|
Manufacturer String |
product_string: pcwchar_t; |
|
Product string |
usage_page: cushort; |
|
Usage Page for this Device/Interface (Windows/Mac only). |
usage: cushort; |
|
Usage for this Device/Interface (Windows/Mac only). |
interface_class: cint; |
|
Additional information about the USB interface. Valid on libusb and Android implementations. |
interface_subclass: cint; |
|
interface_protocol: cint; |
|
next: PSDL_hid_device_info; |
|
Pointer to the next device |
Generated by PasDoc 0.16.0.