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

QWspPush Class Reference
[QtTelephonyModule]

The QWspPush class represents the contents of a WSP Push PDU. More...

    #include <QWspPush>

Inherits QWspPart.

Public Functions

Static Public Members


Detailed Description

The QWspPush class represents the contents of a WSP Push PDU.

The QWspPush class represents the contents of a WSP Push PDU.


Member Function Documentation

QWspPush::QWspPush ()

Construct an empty WSP Push PDU.

QWspPush::QWspPush ( const QWspPush & push )

Construct a WSP Push PDU that is a copy of push.

QWspPush::~QWspPush ()

Destruct this WSP Push PDU.

int QWspPush::identifier () const

Get the identifier associated with this PDU.

See also setIdentifier().

int QWspPush::pduType () const

Get the PDU type associated with this PDU.

See also setPduType().

QString QWspPush::quickContentType ( const QByteArray & data )   [static]

Decode the content type from the push PDU in data. This is quicker than using QWspPduDecoder::decodePush() and is suitable for quickly determining how to dispatch a push PDU.

void QWspPush::setIdentifier ( int value )

Set the identifier associated with this PDU to value.

See also identifier().

void QWspPush::setPduType ( int value )

Set the PDU type associated with this PDU to value.

See also pduType().

QWspPush & QWspPush::operator= ( const QWspPush & push )

Copy the contents of push into this object.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3