Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QNullSerialIODeviceMultiplexer class provides a null implementation of multiplexing More...
#include <QNullSerialIODeviceMultiplexer>
Inherits QSerialIODeviceMultiplexer.
The QNullSerialIODeviceMultiplexer class provides a null implementation of multiplexing
The null multiplexer provides a primary command channel and a data channel. Whenever the data channel is open, the primary command channel cannot be used for AT command traffic. Thus, regular phone operations will be suspended while a data call is in progress.
See also QSerialIODeviceMultiplexer.
Construct a null multiplexer attached to parent whose primary AT command channel is device. All other channels will be null. Ownership of device will pass to this object; it will be deleted when this object is deleted.
Destruct this null multiplexer.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |