libdrmconf
0.10.4
A library to program DMR radios.
|
Combines the USB bus and device number, to address a USB device uniquely. More...
#include <usbdevice.hh>
Public Member Functions | |
USBDeviceHandle () | |
Empty constructor. | |
USBDeviceHandle (uint8_t busno, uint8_t deviceno, uint32_t locid=0) | |
Constructor from bus and device number. | |
bool | operator== (const USBDeviceHandle &other) |
Compares only wrt bus and device number. | |
Public Attributes | |
uint8_t | bus |
Holds the bus number. | |
uint8_t | device |
Holds the device address. | |
uint32_t | locationId |
On MacOS, holds the location ID. | |
Combines the USB bus and device number, to address a USB device uniquely.