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  · 

QBluetoothSerialPortService Class Reference
[QtBluetoothModule]

The QBluetoothSerialPortService class is a Bluetooth service implementation for the Bluetooth Serial Port Profile. More...

    #include <QBluetoothSerialPortService>

Inherits QBluetoothAbstractService.

Public Functions

Additional Inherited Members


Detailed Description

The QBluetoothSerialPortService class is a Bluetooth service implementation for the Bluetooth Serial Port Profile.

The Bluetooth Serial Port Profile emulates a serial port over a Bluetooth connection. This is used on mobile phones to give complete raw access to the modem device. For instance, it can be used to dial and receive calls or to send an SMS.

This profile is the prerequisite for a few other Bluetooth services such as the Dial-up Networking or Fax profile, too.

An incoming Bluetooth connection is automatically forwarded to the modem emulator.

This class is part of the Qt Extended server and cannot be used by other QtopiaApplications.


Member Function Documentation

QBluetoothSerialPortService::QBluetoothSerialPortService ( const QString & serviceID, const QString & serviceName, const QBluetoothSdpRecord & record, QObject * parent = 0 )

Creates a Bluetooth serial port service and registers the service using record. This is frequently used when the Serial Port Profile is a prerequisite for another Bluetooth profile that needs access to the modem device, such as the Dial-up Networking Profile:

    // Use a file that contains the SDP record data in XML format for creating
    // a Dial-Up Networking service.
    QFile file( "dun.xml" );
    QBluetoothSdpRecord record = QBluetoothSdpRecord::fromDevice( &file );

    QBluetoothSerialPortService* srv = new QBluetoothSerialPortService( "DialupNetworking",
            tr("Dial-up Networking Service"), record );

The serviceID is the unique identifier for this Bluetooth service. The user visible (translatable) name for this service is serviceName. parent is the standard parent parameter defined by QObject.

A new service is registered in the Qt Extended Bluetooth framework when the constructor is called.

QBluetoothSerialPortService::~QBluetoothSerialPortService ()

Destructs this object.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année

Le Qt Labs au hasard

Logo

La théorie des chaînes

Les Qt Labs sont les laboratoires des développeurs de Qt, où ils peuvent partager des impressions sur le framework, son utilisation, ce que pourrait être son futur. 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