|
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) | |
| uint16_t | product_id |
| USB/Bluetooth product ID (PID) | |
| enum xrt_bus_type | bus |
| Device bus type. | |
| uint8_t | usb_dev_class |
| USB device class. | |
A probed device, may or may not be opened.
| enum xrt_bus_type xrt_prober_device::bus |
| uint16_t xrt_prober_device::product_id |
USB/Bluetooth product ID (PID)
Referenced by blubur_s1_found(), prober::p_dev_get_bluetooth_dev(), prober::p_dev_get_usb_dev(), prober::p_dump_device(), psmv_device_create(), pssense_create(), rift_found(), u_builder_find_prober_device(), u_builder_search(), vive_controller_found(), vive_found(), wmr_create_bt_controller(), wmr_find_bt_controller_pair(), and wmr_find_headset().
| uint8_t xrt_prober_device::usb_dev_class |
USB device class.
Referenced by prober::p_dump_device().
| uint16_t xrt_prober_device::vendor_id |
USB/Bluetooth vendor ID (VID)
Referenced by blubur_s1_found(), prober::p_dev_get_bluetooth_dev(), prober::p_dev_get_usb_dev(), prober::p_dump_device(), u_builder_find_prober_device(), u_builder_search(), vive_controller_found(), wmr_create_bt_controller(), wmr_find_bt_controller_pair(), and wmr_find_headset().