Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QModemDataCall class implements data call functionality for AT-based modems. More...
#include <QModemDataCall>
Inherits QModemCall.
The QModemDataCall class implements data call functionality for AT-based modems.
QModemDataCall inherits from QModemCall to provide specific behaviors for data calls within the server-side modem telephony service.
Client applications should use QPhoneCall and QPhoneCallManager to make and receive data calls. The QModemDataCall class is intended for the server-side modem telephony service.
QModemDataCall instances are created by the QModemCallProvider::create() function. If a modem vendor plug-in needs to change some of the functionality in this class, they should inherit a new class from QModemDataCall and override QModemCallProvider::create() to instantiate this new class. See the description of QModemCall for more information.
See also QPhoneCallImpl, QPhoneCall, QModemCall, and QModemCallProvider.
Construct a new modem data call that is attached to provider and is associated with a globally-unique identifier. The callType specifies the type of call (Data, Fax, etc).
Destroy this modem data call object.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |