Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QRetryAtChat class provides a mechanism to retry an AT command until it succeeds. More...
#include <QRetryAtChat>
Inherits QObject.
The QRetryAtChat class provides a mechanism to retry an AT command until it succeeds.
The done() signal will be emitted when the command succeeds or when the number of retries has been exhausted.
See also QAtChat.
Construct a new retry At chat handler attached to parent that will send command on atchat for numRetries times before giving up.
If deleteAfterEmit is true, then deleteLater() will be called on this object once the done() signal has been emitted.
The timeout parameter specifies the amount of time to wait between retries (default is 1 second).
Destruct this retry AT chat handler.
Signal that is emitted when the command completes successfully, or when the number of retries has been exhausted. The command results are supplied in ok and result.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |