Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QBluetoothRfcommSocket Class Reference
[QtBluetoothModule]

The QBluetoothRfcommSocket class represents an RFCOMM client socket. More...

    #include <QBluetoothRfcommSocket>

Inherits QBluetoothAbstractSocket.

Public Functions

Additional Inherited Members


Detailed Description

The QBluetoothRfcommSocket class represents an RFCOMM client socket.

The Bluetooth RFCOMM protocol provides emulation of serial ports over the lower-level protocols of Bluetooth, namely L2CAP. The implementation of RFCOMM protocol under Linux uses sockets, and is in general very similar to TCP socket programming. QBluetoothRfcommSockets are thus stream oriented network sockets and share many of the interface aspects of the Qt TCP sockets.

The channel and address of the connected peer are fetched by calling remoteChannel() and remoteAddress(). localAddress() return address of the local socket.

See also QBluetoothRfcommServer and QBluetoothAbstractSocket.


Member Function Documentation

QBluetoothRfcommSocket::QBluetoothRfcommSocket ( QObject * parent = 0 )

Constructs a new QBluetoothRfcommSocket object. The parent parameter is passed to the QObject constructor.

QBluetoothRfcommSocket::~QBluetoothRfcommSocket ()

Destroys the socket.

bool QBluetoothRfcommSocket::connect ( const QBluetoothAddress & local, const QBluetoothAddress & remote, int channel, QBluetooth::SecurityOptions options = 0 )

Attempts to open a RFCOMM connection between the local device with address local and the remote device with address remote. The RFCOMM channel to use is given by channel. This function should generally return immediately, and the socket will enter into the ConnectingState.

Optionally the client can request that the connection be secured by specifying the options parameter. NOTE: This feature might not work under some systems. The options will be set but might be ignored by the implementation.

The function returns true if the connection process could be started, and false otherwise.

Note that the connection could still fail, the state of the socket will be sent in the stateChanged() signal.

See also state(), connected(), and waitForConnected().

bool QBluetoothRfcommSocket::isAuthenticated () const

Returns true if the socket is authenticated.

See also securityOptions() and isEncrypted().

bool QBluetoothRfcommSocket::isEncrypted () const

Returns true if the socket is encrypted.

See also securityOptions() and isAuthenticated().

QBluetoothAddress QBluetoothRfcommSocket::localAddress () const

Returns the address of the local device. If the socket is not currently connected, returns QBluetoothAddress::invalid.

See also remoteAddress() and remoteChannel().

QBluetoothAddress QBluetoothRfcommSocket::remoteAddress () const

Returns the address of the remote device. If the socket is not currently connected, returns QBluetoothAddress::invalid.

See also localAddress() and remoteChannel().

int QBluetoothRfcommSocket::remoteChannel () const

Returns the RFCOMM channel of the remote device. If the socket is not currently connected, returns -1.

See also remoteAddress() and localAddress().

QBluetooth::SecurityOptions QBluetoothRfcommSocket::securityOptions () const

Returns the security options currently active for the socket.

See also isAuthenticated() and isEncrypted().

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 44
  2. Microsoft ouvre aux autres compilateurs C++ AMP, la spécification pour la conception d'applications parallèles C++ utilisant le GPU 22
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. RIM : « 13 % des développeurs ont gagné plus de 100 000 $ sur l'AppWord », Qt et open-source au menu du BlackBerry DevCon Europe 0
  5. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
Page suivante

Le blog Digia au hasard

Logo

Déploiement d'applications Qt Commercial sur les tablettes Windows 8

Le blog Digia est l'endroit privilégié pour la communication sur l'édition commerciale de Qt, où des réponses publiques sont apportées aux questions les plus posées au support. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

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 qtextended4.4
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 !
 
 
 
 
Partenaires

Hébergement Web