hp.opencall.media.sms.tl2
Class Parameter
java.lang.Object
hp.opencall.media.sms.tl.Parameter
hp.opencall.media.sms.tl2.Parameter
- public class Parameter
- extends Parameter
A TL Protocol 2 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 |
SMS_MEDIA_ID
public static final byte SMS_MEDIA_ID
- See Also:
- Constant Field Values
FAX_MEDIA_ID
public static final byte FAX_MEDIA_ID
- See Also:
- Constant Field Values
EMAIL_MEDIA_ID
public static final byte EMAIL_MEDIA_ID
- See Also:
- Constant Field Values
CONVENTIONAL_MAIL_MEDIA_ID
public static final byte CONVENTIONAL_MAIL_MEDIA_ID
- See Also:
- Constant Field Values
TELEGRAM_MEDIA_ID
public static final byte TELEGRAM_MEDIA_ID
- See Also:
- Constant Field Values
VOICE_MEDIA_ID
public static final byte VOICE_MEDIA_ID
- See Also:
- Constant Field Values
DATA_MEDIA_ID
public static final byte DATA_MEDIA_ID
- See Also:
- Constant Field Values
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