QBluetoothTransferManager
Since: 1.2
#include <QtConnectivity/QBluetoothTransferManager>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QBluetoothTransferManager
The QBluetoothTransferManager class allows the application to send data objects to other devices.
Currently implemented using OPP.
QBluetoothTransferManager uses OBEX to send get and put commands to remote devices.
Overview
Public Types Index
enum Operation |
Public Functions Index
QBluetoothTransferManager (QObject *parent=0) | |
~QBluetoothTransferManager () | |
QBluetoothTransferReply * | put (const QBluetoothTransferRequest &request, QIODevice *data) |
Signals Index
void | finished (QBluetoothTransferReply *reply) |
Public Types
This enum describes the type of operation that a transfer request is for.
GetOperation The get operation is used to retrieve an object from a remote device. Not implemented. PutOperation The put operation is used to send an object to a remote device.
- GetOperation
- PutOperation
Public Functions
Constructs a new QBluetoothTransferManager with parent.
Destructor.
QBluetoothTransferReply *
Sends the contents of data to the remote device request and returns a new QBluetoothTransferReply, that can be used to track the request's progress.
Signals
void
This signal is emitted when the transfer for reply finishes.
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy