| Home · All Classes · Annotated · Functions |
The QGsm0710MultiplexerServer class provides a server-side multiplexing implementation based on GSM 07.10 More...
#include <QGsm0710MultiplexerServer>
Inherits QGsm0710Multiplexer.
The QGsm0710MultiplexerServer class provides a server-side multiplexing implementation based on GSM 07.10
The QGsm0710MultiplexerServer class provides a server-side multiplexing implementation based on GSM 07.10.
See also QGsm0710Multiplexer.
Construct a new GSM 07.10 multiplexer in server mode around device and attach it to parent. The size of frames is frameSize. If advanced is true, then use the Advanced multiplexing option; otherwise use the Basic multiplexing option.
Unlike the base class, QGsm0710Multiplexer, the ownership of device will not pass to this object and it will not be deleted when this object is deleted. It will still exist after destruction. This is because the device will typically return to normal AT command mode after the multiplexer exits.
Destruct this GSM 07.10 server instance.
Signal that is emitted when the client closes a GSM 07.10 channel. After this signal is emitted, device will no longer be valid.
Signal that is emitted when the client opens a new GSM 07.10 channel. The device object allows access to the raw data and modem control signals on the channel.
Signal that is emitted when the client terminates the GSM 07.10 session and wishes to return to normal command mode.
This signal will be preceded by closed() signals for all channels that were still open when the terminate command was received.
A slot that is connected to this signal should use QObject::deleteLater() to clean up this object.
| Copyright © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |