SYNOPSIS

  use WSP::PDU;
  $h = WSP::PDU->decode($binary_string);
  
  $binary_string = $h->encode;

DESCRIPTION

The WSP::PDU class allows you to decode Wireless Session Protocol (WSP) Protocol Data Units (PDU). For encoding, you should refer to subclasses such as WSP::PDU::ConfirmedPush, WSP::PDU::Disconnect, WSP::PDU::Push, or WSP::PDU::Suspend.

The following methods are available:

WSP::PDU->decode( $pkt )

Constructs a WSP::PDU by decoding a binary string.

Copyright

umts-tools is copyright© 2004-2006 Jeremy Lainé. This software is distributed under the terms of the GNU General Public License (GPL).