Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QWspPush class represents the contents of a WSP Push PDU. More...
#include <QWspPush>
Inherits QWspPart.
The QWspPush class represents the contents of a WSP Push PDU.
The QWspPush class represents the contents of a WSP Push PDU.
Construct an empty WSP Push PDU.
Construct a WSP Push PDU that is a copy of push.
Destruct this WSP Push PDU.
Get the identifier associated with this PDU.
See also setIdentifier().
Get the PDU type associated with this PDU.
See also setPduType().
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.
Set the identifier associated with this PDU to value.
See also identifier().
Set the PDU type associated with this PDU to value.
See also pduType().
Copy the contents of push into this object.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |