| Home · All Classes · Annotated · Functions |
The OtaCharacteristic class encapsulates characteristics from an Over-The-Air (OTA) network configuration message More...
#include <OtaCharacteristic>
The OtaCharacteristic class encapsulates characteristics from an Over-The-Air (OTA) network configuration message
The OtaCharacteristic class describes a network configuration characteristic consisting of a type, zero or more named parameters, and set of child characteristics. It logically forms a tree of configuration values, nested one inside the other.
Normally the programmer will not use this class, but rather access characteristic values via OtaCharacteristicList::parameter() and OtaCharacteristicList::appParameter().
See also OtaReader and OtaCharacteristicList.
Construct an empty characteristic definition.
Construct a copy of c.
Destruct a characteristic definition.
Add a child to this characteristic definition.
Add a parameter called name to this characteristic definition with value.
Get the children of this characteristic definition.
Clear this characteristic definition.
Get a list of all parameters to this characteristic definition.
Set the type of this charactieristic definition.
See also type().
Get the type of this characteristic definition.
See also setType().
Make a copy of c.
| Copyright © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |