libdrmconf 0.12.1
A library to program DMR radios.
Loading...
Searching...
No Matches
USBDeviceHandle Struct Reference

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.

Detailed Description

Combines the USB bus and device number, to address a USB device uniquely.


The documentation for this struct was generated from the following files:
  • /builddir/build/BUILD/qdmr-0.12.1-build/qdmr-0.12.1/lib/usbdevice.hh
  • /builddir/build/BUILD/qdmr-0.12.1-build/qdmr-0.12.1/lib/usbdevice.cc