SYNOPSIS
use WSP::PDU::ConfirmedPush; $h = WSP::PDU::ConfirmedPush->decode;
DESCRIPTION
The WSP::PDU:ConfirmedPush class allows you to encode or decode
Wireless Session Protocol (WSP) ConfirmedPush Protocol Data Units (PDU).
The following methods are available:
- WSP::PDU::ConfirmedPush->decode( $pkt )
-
Construct a WSP::PDU by decoding a binary string.
- $h->encode
-
Encode a WSP ConfirmedPush PDU into a binary string.
- $h->as_string
-
Return a string representation of a WSP ConfirmedPush PDU.
Copyright
umts-tools is copyright© 2004-2006 Jeremy Lainé. This software is distributed under the terms of the GNU General Public License (GPL).








