ATCommand Class Reference
This class provides an abstraction of an AT command.
More...
#include <atcommand.h>
List of all members.
|
Public Member Functions |
| ATCommand (const QString &cmdString) |
| ATCommand (const QString &cmdName, const QString &cmdString, bool hexOutput=false) |
void | setCmdName (const QString &) |
QString | cmdName () |
void | setCmdString (const QString &) |
QString | cmdString () |
QString | cmd () |
QString | id () |
void | setHexOutput (bool) |
bool | hexOutput () |
QString | processOutput (const QString &) |
QString | processOutput () |
void | setResultString (const QString &) |
QString | resultString () |
QString | resultField (int index) |
QPtrList< QStringList > * | resultFields () |
void | addParameter (ATParameter *) |
void | clearParameters () |
QPtrList< ATParameter > | parameters () |
void | setParameter (int index, const QString &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:
This file is part of the documentation for kandy Library Version 3.2.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat Mar 6 17:18:25 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003