QBluetoothTransferReply Class ReferenceThe QBluetoothTransferReply class contains the data and headers for a request sent with QBluetoothTranferManager. More... #include <QBluetoothTransferReply> Inherits: QObject. This class was introduced in Qt Mobility 1.2. Public Types
Public Functions
Public Slots
Signals
Protected Functions
Additional Inherited Members
Detailed DescriptionThe QBluetoothTransferReply class contains the data and headers for a request sent with QBluetoothTranferManager. In additional to a copy of the QBluetoothTransferRequest object used to create the request, QBluetoothTransferReply contains the contents of the reply itself. QBluetoothTransferReply is a sequential-access QIODevice, which means that once data is read from the object, it no longer kept by the device. It is therefore the application's responsibility to keep this data if it needs to. Whenever more data is received and processed, the readyRead() signal is emitted. The downloadProgress() signal is also emitted when data is received, but the number of bytes contained in it may not represent the actual bytes received, if any transformation is done to the contents (for example, decompressing and removing the protocol overhead). Even though QBluetoothTransferReply is a QIODevice connected to the contents of the reply, it also emits the uploadProgress() signal, which indicates the progress of the upload for operations that have such content. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QBluetoothTransferReply::NoError | 0 | No error. |
QBluetoothTransferReply::UnknownError | 1 | Unknown error, no better enum available |
QBluetoothTransferReply::FileNotFoundError | 2 | Unable to open the file specified |
QBluetoothTransferReply::HostNotFoundError | 3 | Unable to connect to the target host |
QBluetoothTransferReply::UserCanceledTransferError | 4 | User terminated the transfer |
Constructs a new QBluetoothTransferReply with parent parent.
Destroys the QBluetoothTransferReply object.
Aborts this reply.
Returns the attribute associated with the code code. If the attribute has not been set, it returns an invalid QVariant.
See also setAttribute().
This signal is emitted whenever data is received. The bytesReceived parameter contains the total number of bytes received so far out of bytesTotal expected for the entire transfer.
String describing the error. Can be displayed to the user.
This signal is emitted when the transfer is complete for reply.
Returns true if this reply has finished; otherwise returns false.
Returns true if this reply is running; otherwise returns false.
Returns the QBluetoothTransferManager that was used to create this QBluetoothTransferReply object.
See also setManager().
Returns the type of operation that this reply is for.
See also setOperation().
Set the attribute associated with the code code to the value value.
See also attribute().
Set the reply's manager to manager manager.
See also manager().
Sets the operation of this QBluetoothTransferReply to operation.
See also operation().
This signal is emitted whenever data is sent. The bytesSent parameter contains the total number of bytes sent so far out of bytesTotal.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtmobility-1.2 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com