#include <uvc-types.h>
Public Attributes | |
uint16_t | bcdUVC |
uint16_t | idProduct |
uint16_t | idVendor |
const char * | manufacturer |
const char * | product |
const char * | serialNumber |
Definition at line 247 of file uvc-types.h.
uint16_t uvc_device_descriptor::bcdUVC |
UVC compliance level, e.g. 0x0100 (1.0), 0x0110
Definition at line 253 of file uvc-types.h.
uint16_t uvc_device_descriptor::idProduct |
Product ID
Definition at line 251 of file uvc-types.h.
uint16_t uvc_device_descriptor::idVendor |
Vendor ID
Definition at line 249 of file uvc-types.h.
const char* uvc_device_descriptor::manufacturer |
Device-reported manufacturer name (or null)
Definition at line 257 of file uvc-types.h.
const char* uvc_device_descriptor::product |
Device-reporter product name (or null)
Definition at line 259 of file uvc-types.h.
const char* uvc_device_descriptor::serialNumber |
Serial number (null if unavailable)
Definition at line 255 of file uvc-types.h.