QBluetoothTransferRequest Class
The QBluetoothTransferRequest class stores information about a data transfer request. More...
| Header: | #include <QBluetoothTransferRequest> |
| qmake: | QT += bluetooth |
| Since: | Qt 5.2 |
Public Types
| enum | Attribute { DescriptionAttribute, TimeAttribute, TypeAttribute, LengthAttribute, NameAttribute } |
Public Functions
| QBluetoothTransferRequest(const QBluetoothAddress &address = QBluetoothAddress()) | |
| QBluetoothTransferRequest(const QBluetoothTransferRequest &other) | |
| ~QBluetoothTransferRequest() | |
| QBluetoothAddress | address() const |
| QVariant | attribute(Attribute code, const QVariant &defaultValue = QVariant()) const |
| void | setAttribute(Attribute code, const QVariant &value) |
| bool | operator!=(const QBluetoothTransferRequest &other) const |