Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QOtaCharacteristicList class encapsulates a list of characteristics from an OTA network configuration message More...
#include <QOtaCharacteristicList>
The QOtaCharacteristicList class encapsulates a list of characteristics from an OTA network configuration message
The QOtaCharacteristicList class contains a list of network configuration characteristics that resulted from parsing an Over-The-Air (OTA) network configuration message with QOtaReader::parse().
See also QOtaReader.
Construct an empty characteristics list.
Construct a copy of a specified characteristics list.
Destruct a characteristics list.
Return the value of a parameter called name1 under the application-specific data for app.
See also parameter().
This is an overloaded member function, provided for convenience.
Return the value of a parameter called name2 under the section name1 within the application-specific data for app.
See also parameter().
This is an overloaded member function, provided for convenience.
Return the value of a parameter called name3 under the sub-section name2 and section name1 within the application-specific data for app.
See also parameter().
Return the value of a top-level parameter called name1.
See also appParameter().
This is an overloaded member function, provided for convenience.
Return the value of a parameter called name2 under the top-level section name1.
See also appParameter().
This is an overloaded member function, provided for convenience.
Return the value of a parameter called name3 under the sub-section name2 under the top-level section name1.
See also appParameter().
This is an overloaded member function, provided for convenience.
Return the value of a parameter called name4 under the sub-section name3 under sub-section name2 under the top-level section name1.
See also appParameter().
Convert an Over-The-Air (OTA) network configuration characteristics list into a NetworkInterfaceProperties object suitable for use by the Qt Extended network configuration system.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |