Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QCommInterface class provides facilities for implementing client and server communications objects More...
#include <QCommInterface>
Inherits QAbstractIpcInterface.
Inherited by QAdviceOfCharge, QBandSelection, QBluetoothAudioGateway, QCallBarring, QCallForwarding, QCallSettings, QCallVolume, QCellBroadcast, QGprsNetworkRegistration, QMessageWaiting, QNetworkRegistration, QPhoneBook, QPhoneRfFunctionality, QPinManager, QPreferredNetworkOperators, QServiceChecker, QServiceNumbers, QSimFiles, QSimGenericAccess, QSimInfo, QSimToolkit, QSMSReader, QSMSSender, QSupplementaryServices, QTelephonyConfiguration, and QTelephonyTones.
The QCommInterface class provides facilities for implementing client and server communications objects
Configuration values for the interface are placed under /Communications/interfaceName/service in the value space, where interfaceName and service are supplied in the constructor.
Communications interfaces are normally created in an override of QAbstractIpcInterfaceGroup::initialize(). The groupInitialized() method will be called at the end of the service initialization process.
See also QAbstractIpcInterface and QCommServiceManager.
Construct a new communications object for the interface called interfaceName on service and attach it to parent. If mode is Server, then the object is constructed in server mode and service must not be empty. If mode is Client, then the object is constructed in client mode and service may be empty to indicate the default service that implements this type of interface.
See also service().
Destroy this communications object.
Get the name of the service associated with this communications object. The service name is the same as groupName().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |