SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Public Attributes | List of all members
hid_device_info Struct Reference

#include <hidapi.h>

+ Collaboration diagram for hid_device_info:

Public Attributes

char * path
 
unsigned short vendor_id
 
unsigned short product_id
 
wchar_t * serial_number
 
unsigned short release_number
 
wchar_t * manufacturer_string
 
wchar_t * product_string
 
unsigned short usage_page
 
unsigned short usage
 
int interface_number
 
struct hid_device_infonext
 

Detailed Description

hidapi info structure

Definition at line 49 of file hidapi.h.

Member Data Documentation

◆ interface_number

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 75 of file hidapi.h.

◆ manufacturer_string

wchar_t* hid_device_info::manufacturer_string

Manufacturer String

Definition at line 62 of file hidapi.h.

Referenced by hid_free_enumeration().

◆ next

struct hid_device_info* hid_device_info::next

◆ path

char* hid_device_info::path

Platform-specific device path

Definition at line 51 of file hidapi.h.

Referenced by fcdOpen(), hid_enumerate(), hid_free_enumeration(), and hid_open().

◆ product_id

unsigned short hid_device_info::product_id

Device Product ID

Definition at line 55 of file hidapi.h.

Referenced by hid_open().

◆ product_string

wchar_t* hid_device_info::product_string

Product string

Definition at line 64 of file hidapi.h.

Referenced by hid_free_enumeration().

◆ release_number

unsigned short hid_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.

◆ serial_number

wchar_t* hid_device_info::serial_number

◆ usage

unsigned short hid_device_info::usage

Usage for this Device/Interface (Windows/Mac only).

Definition at line 70 of file hidapi.h.

◆ usage_page

unsigned short hid_device_info::usage_page

Usage Page for this Device/Interface (Windows/Mac only).

Definition at line 67 of file hidapi.h.

◆ vendor_id

unsigned short hid_device_info::vendor_id

Device Vendor ID

Definition at line 53 of file hidapi.h.

Referenced by hid_open().


The documentation for this struct was generated from the following file: