QBluetoothTransferManager Class
The QBluetoothTransferManager class transfers data to another device using Object Push Profile (OPP). More...
Header: | #include <QBluetoothTransferManager> |
qmake: | QT += bluetooth |
Inherits: | QObject. |
Public Functions
QBluetoothTransferManager(QObject * parent = 0) | |
~QBluetoothTransferManager() | |
QBluetoothTransferReply * | put(const QBluetoothTransferRequest & request, QIODevice * data) |
- 31 public functions inherited from QObject
Signals
void | finished(QBluetoothTransferReply * reply) |
- 2 signals inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
The QBluetoothTransferManager class transfers data to another device using Object Push Profile (OPP).
QBluetoothTransferManager uses OBEX to send put commands to remote devices.
Member Function Documentation
QBluetoothTransferManager::QBluetoothTransferManager(QObject * parent = 0)
Constructs a new QBluetoothTransferManager with parent.
QBluetoothTransferManager::~QBluetoothTransferManager()
Destroys the QBluetoothTransferManager.
void QBluetoothTransferManager::finished(QBluetoothTransferReply * reply) [signal]
This signal is emitted when the transfer for reply finishes.
QBluetoothTransferReply * QBluetoothTransferManager::put(const QBluetoothTransferRequest & request, QIODevice * data)
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.