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  · 

QRfcommServer Class Reference

The QRfcommServer class provides an RFCOMM server. More...

 #include <QRfcommServer>

Inherits: QObject.

This class was introduced in Qt Mobility 1.2.

Public Functions

QRfcommServer ( QObject * parent = 0 )
~QRfcommServer ()
void close ()
bool hasPendingConnections () const
bool isListening () const
bool listen ( const QBluetoothAddress & address = QBluetoothAddress(), quint16 port = 0 )
int maxPendingConnections () const
QBluetoothSocket * nextPendingConnection ()
QBluetooth::SecurityFlags securityFlags () const
QBluetoothAddress serverAddress () const
quint16 serverPort () const
void setMaxPendingConnections ( int numConnections )
void setSecurityFlags ( QBluetooth::SecurityFlags security )
  • 29 public functions inherited from QObject

Signals

void newConnection ()

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 1 public variable inherited from QObject
  • 4 static public members inherited from QObject
  • 7 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The QRfcommServer class provides an RFCOMM server.

QRfcommServer is used to implement Bluetooth services over RFCOMM.

Start listening for incoming connections with listen(). The newConnection() signal is emitted when a new connection is established. Call nextPendingConnection() to get a QBluetoothSocket for the new connection.

To enable other devices to find your service create a QBluetoothServiceInfo with the applicable attributes for your service and register it with QBluetoothServiceInfo::registerService(). Call serverPort() to get the RFCOMM channel number that is being used.

See also QBluetoothServiceInfo and QBluetoothSocket.

Member Function Documentation

QRfcommServer::QRfcommServer ( QObject * parent = 0 )

Constructs an RFCOMM server with parent.

QRfcommServer::~QRfcommServer ()

Destroys the RFCOMM server.

void QRfcommServer::close ()

Closes and resets the listening socket.

bool QRfcommServer::hasPendingConnections () const

Returns true if a connection is pending; otherwise returns false.

bool QRfcommServer::isListening () const

Returns true if the RFCOMM server is listening for incoming connections; otherwise returns false.

bool QRfcommServer::listen ( const QBluetoothAddress & address = QBluetoothAddress(), quint16 port = 0 )

Start listening for incoming connections to address on port.

Returns true if the operation succeeded and the RFCOMM server is listening for incoming connections; otherwise returns false.

See also isListening() and newConnection().

int QRfcommServer::maxPendingConnections () const

Returns the maximum number of pending connections.

See also setMaxPendingConnections().

void QRfcommServer::newConnection () [signal]

This signal is emitted when a new connection is available.

The connected slot should call nextPendingConnection() to get a QBluetoothSocket object to send and receive data over the connection.

See also nextPendingConnection() and hasPendingConnections().

QBluetoothSocket * QRfcommServer::nextPendingConnection ()

Returns a pointer QBluetoothSocket for the next pending connection. It is the callers responsibility to delete pointer.

QBluetooth::SecurityFlags QRfcommServer::securityFlags () const

Returns the Bluetooth security flags.

See also setSecurityFlags().

QBluetoothAddress QRfcommServer::serverAddress () const

Returns the server address.

quint16 QRfcommServer::serverPort () const

Returns the server's port number.

void QRfcommServer::setMaxPendingConnections ( int numConnections )

Sets the maximum number of pending connections to numConnections.

See also maxPendingConnections().

void QRfcommServer::setSecurityFlags ( QBluetooth::SecurityFlags security )

Sets the Bluetooth security flags to security. This function must be called prior to calling listen().

See also securityFlags().

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 94
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 42
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. 2017 : un quinquennat pour une nouvelle version du C++ ? Possible, selon Herb Sutter 8
Page suivante

Le Qt Quarterly au hasard

Logo

Se brancher au Web

Qt Quarterly est la revue trimestrielle proposée par Nokia et à destination des développeurs Qt. Ces articles d'une grande qualité technique sont rédigés par des experts Qt. 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 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 !
 
 
 
 
Partenaires

Hébergement Web