Monado OpenXR Runtime
|
A prober device. More...
#include <prober/p_prober.h>
Data Fields | |
struct xrt_prober_device | base |
struct { | |
uint16_t bus | |
uint16_t addr | |
uint8_t ports [8] | |
uint32_t num_ports | |
} | usb |
struct { | |
uint64_t id | |
} | bluetooth |
A prober device.
uint16_t prober_device::addr |
Referenced by p_dev_get_usb_dev(), p_dump_device(), p_libusb_probe(), and p_libuvc_probe().
struct xrt_prober_device prober_device::base |
Referenced by p_dev_get_bluetooth_dev(), p_dev_get_usb_dev(), and p_dump_device().
struct { ... } prober_device::bluetooth |
Referenced by p_dev_get_bluetooth_dev().
uint16_t prober_device::bus |
Referenced by p_dev_get_usb_dev(), p_dump_device(), p_libusb_probe(), and p_libuvc_probe().
uint64_t prober_device::id |
Referenced by p_dev_get_bluetooth_dev().
uint32_t prober_device::num_ports |
uint8_t prober_device::ports[8] |
Referenced by p_libusb_probe().
struct { ... } prober_device::usb |
Referenced by p_dev_get_usb_dev(), p_dump_device(), p_libusb_can_open(), and p_libusb_get_string_descriptor().