#include <hidapi.h>
hidapi info structure
Definition at line 49 of file hidapi.h.
int hidapi_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 75 of file hidapi.h.
wchar_t* hidapi_device_info::manufacturer_string |
Manufacturer String
Definition at line 62 of file hidapi.h.
Pointer to the next device
Definition at line 78 of file hidapi.h.
char* hidapi_device_info::path |
Platform-specific device path
Definition at line 51 of file hidapi.h.
unsigned short hidapi_device_info::product_id |
Device Product ID
Definition at line 55 of file hidapi.h.
wchar_t* hidapi_device_info::product_string |
Product string
Definition at line 64 of file hidapi.h.
unsigned short hidapi_device_info::release_number |
Device Release Number in binary-coded decimal, also known as Device Version Number
Definition at line 60 of file hidapi.h.
wchar_t* hidapi_device_info::serial_number |
Serial Number
Definition at line 57 of file hidapi.h.
unsigned short hidapi_device_info::usage |
Usage for this Device/Interface (Windows/Mac only).
Definition at line 70 of file hidapi.h.
unsigned short hidapi_device_info::usage_page |
Usage Page for this Device/Interface (Windows/Mac only).
Definition at line 67 of file hidapi.h.
unsigned short hidapi_device_info::vendor_id |
Device Vendor ID
Definition at line 53 of file hidapi.h.
The documentation for this struct was generated from the following file: