Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QOtaCharacteristic class encapsulates characteristics from an Over-The-Air (OTA) network configuration message More...
#include <QOtaCharacteristic>
The QOtaCharacteristic class encapsulates characteristics from an Over-The-Air (OTA) network configuration message
The QOtaCharacteristic 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 QOtaCharacteristicList::parameter() and QOtaCharacteristicList::appParameter().
See also QOtaReader and QOtaCharacteristicList.
Construct an empty characteristic definition.
Construct a copy of c.
Destruct a characteristic definition.
Add a child to this characteristic definition.
See also children().
Add a parameter called name to this characteristic definition with value.
See also parms().
Get the children of this characteristic definition.
See also addChild().
Clear this characteristic definition.
Get a list of all parameters to this characteristic definition.
See also addParm().
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 © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |