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








