QBluetoothTransferManager ClassThe QBluetoothTransferManager class transfers data to another device using Object Push Profile (OPP). More... #include <QBluetoothTransferManager> Inherits: QObject. Public Types
Public Functions
Signals
Additional Inherited Members
Detailed DescriptionThe QBluetoothTransferManager class transfers data to another device using Object Push Profile (OPP). QBluetoothTransferManager uses OBEX to send get and put commands to remote devices. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QBluetoothTransferManager::GetOperation | 0 | The get operation is used to retrieve an object from a remote device. Not implemented. |
QBluetoothTransferManager::PutOperation | 1 | The put operation is used to send an object to a remote device. |
Constructs a new QBluetoothTransferManager with parent.
Destroys the QBluetoothTransferManager.
This signal is emitted when the transfer for reply finishes.
Sends the contents of data to the remote device identified by request, and returns a new QBluetoothTransferReply that can be used to track the request's progress.