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