hp.opencall.media.sms.tl1
Class Parameter

java.lang.Object
  extended byhp.opencall.media.sms.tl.Parameter
      extended byhp.opencall.media.sms.tl1.Parameter

public class Parameter
extends Parameter

A TL Protocol 1 Parameter is a Component composant


Method Summary
 void decodePDU(byte[] currentEncodedPDU, int currentOffset)
          For internal use only
 void encodePDU(byte[] currentEncodedPDU, int currentOffset)
          For internal use only
 int getSizeInByte()
          For internal use only
 
Methods inherited from class hp.opencall.media.sms.tl.Parameter
isOptional, isValid, reset, setCorrelatedValidation, setEncodingMode, setOptional, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

encodePDU

public void encodePDU(byte[] currentEncodedPDU,
                      int currentOffset)
               throws PDUException
For internal use only

Overrides:
encodePDU in class Parameter
Throws:
PDUException

decodePDU

public void decodePDU(byte[] currentEncodedPDU,
                      int currentOffset)
               throws PDUException
For internal use only

Overrides:
decodePDU in class Parameter
Throws:
PDUException

getSizeInByte

public int getSizeInByte()
                  throws PDUException
For internal use only

Overrides:
getSizeInByte in class Parameter
Throws:
PDUException