Config Class
(QUsbDevice::Config)Device configuration structure. More...
Header: | #include <Config> |
qmake: | QT += usb |
Public Functions
QUsbDevice::Config & | operator=(const QUsbDevice::Config &other) |
bool | operator==(const QUsbDevice::Config &other) const |
Public Variables
Detailed Description
Device configuration structure.
Member Function Documentation
QUsbDevice::Config &Config::operator=(const QUsbDevice::Config &other)
Copy-assignment operator.
bool Config::operator==(const QUsbDevice::Config &other) const
Comparision operator.
Returns true
if all other attributes match.