Monado OpenXR Runtime
xrt_prober_device Struct Reference

A probed device, may or may not be opened. More...

#include <xrt/xrt_prober.h>

Inheritance diagram for xrt_prober_device:
Collaboration diagram for xrt_prober_device:

Data Fields

uint16_t vendor_id
 USB/Bluetooth vendor ID (VID) More...
 
uint16_t product_id
 USB/Bluetooth product ID (PID) More...
 
enum xrt_bus_type bus
 Device bus type. More...
 
uint8_t usb_dev_class
 USB device class. More...
 

Detailed Description

A probed device, may or may not be opened.

Field Documentation

◆ bus

◆ product_id

uint16_t xrt_prober_device::product_id

USB/Bluetooth product ID (PID)

Referenced by u_builder_find_prober_device(), and u_builder_search().

◆ usb_dev_class

uint8_t xrt_prober_device::usb_dev_class

USB device class.

◆ vendor_id

uint16_t xrt_prober_device::vendor_id

USB/Bluetooth vendor ID (VID)

Referenced by u_builder_find_prober_device(), and u_builder_search().


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