#include <hidapi.h>
hidapi info structure
Definition at line 53 of file hidapi.h.
int hid_device_info::interface_number |
The USB interface which this logical device represents. Valid on both Linux implementations in all cases, and valid on the Windows implementation only if the device contains more than one interface.
Definition at line 79 of file hidapi.h.
Referenced by main().
wchar_t* hid_device_info::manufacturer_string |
Manufacturer String
Definition at line 66 of file hidapi.h.
Referenced by main().
Pointer to the next device
Definition at line 82 of file hidapi.h.
Referenced by main().
char* hid_device_info::path |
Platform-specific device path
Definition at line 55 of file hidapi.h.
Referenced by main().
unsigned short hid_device_info::product_id |
wchar_t* hid_device_info::product_string |
unsigned short hid_device_info::release_number |
Device Release Number in binary-coded decimal, also known as Device Version Number
Definition at line 64 of file hidapi.h.
Referenced by main().
wchar_t* hid_device_info::serial_number |
unsigned short hid_device_info::usage |
Usage for this Device/Interface (Windows/Mac only).
Definition at line 74 of file hidapi.h.
unsigned short hid_device_info::usage_page |
Usage Page for this Device/Interface (Windows/Mac only).
Definition at line 71 of file hidapi.h.
unsigned short hid_device_info::vendor_id |
The documentation for this struct was generated from the following file: