Home · All Classes · Annotated · Functions

OtaCharacteristicList Class Reference

The OtaCharacteristicList class encapsulates a list of characteristics from an OTA network configuration message More...

#include <OtaCharacteristicList>

Public Functions


Detailed Description

The OtaCharacteristicList class encapsulates a list of characteristics from an OTA network configuration message

The OtaCharacteristicList class contains a list of network configuration characteristics that resulted from parsing an Over-The-Air (OTA) network configuration message with OtaReader::parse().

See also OtaReader.


Member Function Documentation

OtaCharacteristicList::OtaCharacteristicList ()

Construct an empty characteristics list.

OtaCharacteristicList::OtaCharacteristicList ( const OtaCharacteristicList & list )

Construct a copy of a specified characteristics list.

OtaCharacteristicList::~OtaCharacteristicList ()

Destruct a characteristics list.

QString OtaCharacteristicList::appParameter ( const QString & app, const QString & name1 ) const

Return the value of a parameter called name1 under the application-specific data for app.

QString OtaCharacteristicList::appParameter ( const QString & app, const QString & name1, const QString & name2 ) const

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.

QString OtaCharacteristicList::appParameter ( const QString & app, const QString & name1, const QString & name2, const QString & name3 ) const

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.

QString OtaCharacteristicList::parameter ( const QString & name1 ) const

Return the value of a top-level parameter called name1.

QString OtaCharacteristicList::parameter ( const QString & name1, const QString & name2 ) const

This is an overloaded member function, provided for convenience.

Return the value of a parameter called name2 under the top-level section name1.

QString OtaCharacteristicList::parameter ( const QString & name1, const QString & name2, const QString & name3 ) const

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.

QString OtaCharacteristicList::parameter ( const QString & name1, const QString & name2, const QString & name3, const QString & name4 ) const

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.

QtopiaNetworkProperties OtaCharacteristicList::toConfig () const

Convert an Over-The-Air (OTA) network configuration characteristics list into a NetworkInterfaceProperties object suitable for use by Qtopia's network configuration system.


Copyright © 2006 Trolltech Trademarks
Qtopia 4.1.7