Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

QOtaReader Class Reference
[QtTelephonyModule]

The QOtaReader class provides support for parsing Over-The-Air (OTA) network configuration messages More...

    #include <QOtaReader>

Inherits QWbXmlReader.

Public Types

Public Functions

Static Public Members

Additional Inherited Members


Detailed Description

The QOtaReader class provides support for parsing Over-The-Air (OTA) network configuration messages

The QOtaReader class provides support for reading Over-The-Air (OTA) network configuration messages. Two distinct formats are supported:

See also QWbXmlReader and QOtaCharacteristicList.


Member Type Documentation

enum QOtaReader::QOtaType

Defines the format for Over-The-Air (OTA) network configuration messages.

ConstantValueDescription
QOtaReader::Nokia0Nokia Over The Air Settings Specification 7.0.
QOtaReader::Wap1WAP/OMA standards wap-183-provcont-20010724-a.pdf and OMA-WAP-ProvCont-v1_1-20050428-C.pdf.


Member Function Documentation

QOtaReader::QOtaReader ( QOtaType type = Nokia )

Construct a new Over-The-Air (OTA) network configuration reader of the specified type.

QOtaReader::~QOtaReader ()   [virtual]

Destruct an OTA reader.

QOtaCharacteristicList * QOtaReader::parseCharacteristics ( const QByteArray & input )

Parse a WBXML-encoded OTA input message and return a characteristics list that describes its contents.

QOtaCharacteristicList * QOtaReader::parseCharacteristics ( QIODevice & input )

This is an overloaded member function, provided for convenience.

Parse a WBXML-encoded OTA input message and return a characteristics list that describes its contents.

QOtaCharacteristicList * QOtaReader::parseCharacteristics ( QXmlReader * reader, const QXmlInputSource & input )   [static]

This is an overloaded member function, provided for convenience.

Parse a plain-text XML OTA input message with reader and return a characteristics list that describes its contents. This function is intended for non-binary versions of network configuration messages.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3