QBluetoothTransferRequest Class ReferenceThe QBluetoothTransferRequest class holds a request to be sent with QBluetoothTransferManager. More... #include <QBluetoothTransferRequest> This class was introduced in Qt Mobility 1.2. Public Types
Public Functions
Detailed DescriptionThe QBluetoothTransferRequest class holds a request to be sent with QBluetoothTransferManager. QBluetoothTransferRequest is part of the Bluetooth Transfer API and is the class holding the information necessary to initiate a transfer over Bluetooth. See also QBluetoothTransferReply and QBluetoothTransferManager. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QBluetoothTransferRequest::DescriptionAttribute | 0 | A textural description of the object being transferred. May be display in the UI of the remote device. |
QBluetoothTransferRequest::TimeAttribute | 1 | Time attribute of the object being transferred. |
QBluetoothTransferRequest::TypeAttribute | 2 | MIME type of the object being transferred. |
QBluetoothTransferRequest::LengthAttribute | 3 | Length in bytes of the object being transferred. |
QBluetoothTransferRequest::NameAttribute | 4 | Name of the object being transferred. May be displayed in the UI of the remote device. |
Constructs a new Bluetooth transfer request to the device wit address address.
Constructs a new Bluetooth transfer request that is a copy of other.
Destorys the Bluetooth transfer request.
Returns the address associated with the Bluetooth transfer request.
Returns the attribute associated with code code. If the attribute has not been set, it returns defaultValue.
See also setAttribute() and QBluetoothTransferRequest::Attribute.
Sets the attribute associated with code code to be value value. If the attribute is already set, the previous value is discarded. If value is an invalid QVariant, the attribute is unset.
See also attribute() and QBluetoothTransferRequest::Attribute.
Returns true if this object is not the same as other.
See also operator==().
Creates a copy of other.
Returns true if this object is the same as other.
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