#include <atcommand.h>
List of all members.
Public Member Functions |
| ATCommand (const TQString &cmdString) |
| ATCommand (const TQString &cmdName, const TQString &cmdString, bool hexOutput=false) |
void | setCmdName (const TQString &) |
TQString | cmdName () |
void | setCmdString (const TQString &) |
TQString | cmdString () |
TQString | cmd () |
TQString | id () |
void | setHexOutput (bool) |
bool | hexOutput () |
TQString | processOutput (const TQString &) |
TQString | processOutput () |
void | setResultString (const TQString &) |
TQString | resultString () |
TQString | resultField (int index) |
TQPtrList< TQStringList > * | resultFields () |
void | addParameter (ATParameter *) |
void | clearParameters () |
TQPtrList< ATParameter > | parameters () |
void | setParameter (int index, const TQString &value) |
void | setParameter (int index, int value) |
void | setAutoDelete (bool autoDelete) |
bool | autoDelete () |
Detailed Description
This class provides an abstraction of an AT command.
Definition at line 54 of file atcommand.h.
The documentation for this class was generated from the following files: