#include <UsbDevice.h>
Definition at line 72 of file UsbDevice.h.
lusb::UsbDevice::Location::Location |
( |
| ) |
|
|
inline |
lusb::UsbDevice::Location::Location |
( |
uint8_t |
_bus, |
|
|
uint8_t |
_port = 0 , |
|
|
uint8_t |
_addr = 0 , |
|
|
uint16_t |
_vid = 0 , |
|
|
uint16_t |
_pid = 0 |
|
) |
| |
|
inline |
static bool lusb::UsbDevice::Location::match |
( |
const Location & |
a, |
|
|
const Location & |
b |
|
) |
| |
|
inlinestatic |
bool lusb::UsbDevice::Location::match |
( |
const Location & |
other | ) |
const |
|
inline |
bool lusb::UsbDevice::Location::operator!= |
( |
const Location & |
other | ) |
const |
|
inline |
bool lusb::UsbDevice::Location::operator< |
( |
const Location & |
other | ) |
const |
|
inline |
bool lusb::UsbDevice::Location::operator<= |
( |
const Location & |
other | ) |
const |
|
inline |
bool lusb::UsbDevice::Location::operator== |
( |
const Location & |
other | ) |
const |
|
inline |
bool lusb::UsbDevice::Location::operator> |
( |
const Location & |
other | ) |
const |
|
inline |
bool lusb::UsbDevice::Location::operator>= |
( |
const Location & |
other | ) |
const |
|
inline |
uint8_t lusb::UsbDevice::Location::__pad0__ |
uint8_t lusb::UsbDevice::Location::addr |
uint8_t lusb::UsbDevice::Location::bus |
uint32_t lusb::UsbDevice::Location::loc |
uint16_t lusb::UsbDevice::Location::pid |
uint8_t lusb::UsbDevice::Location::port |
uint16_t lusb::UsbDevice::Location::vid |
The documentation for this class was generated from the following file: