Monado OpenXR Runtime
|
A probed device, may or may not be opened. More...
#include <xrt/xrt_prober.h>
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... | |
A probed device, may or may not be opened.
enum xrt_bus_type xrt_prober_device::bus |
Device bus type.
Referenced by prober::p_dev_get_bluetooth_dev(), prober::p_dev_get_usb_dev(), u_builder_find_prober_device(), and u_builder_search().
uint16_t xrt_prober_device::product_id |
USB/Bluetooth product ID (PID)
Referenced by u_builder_find_prober_device(), and u_builder_search().
uint8_t xrt_prober_device::usb_dev_class |
USB device class.
uint16_t xrt_prober_device::vendor_id |
USB/Bluetooth vendor ID (VID)
Referenced by u_builder_find_prober_device(), and u_builder_search().