Package com.seleniumsoftware.SMPPSim.pdu
Class TlvEmpty
- java.lang.Object
-
- com.seleniumsoftware.SMPPSim.pdu.Tlv
-
- com.seleniumsoftware.SMPPSim.pdu.TlvEmpty
-
- All Implemented Interfaces:
java.io.Serializable
public class TlvEmpty extends Tlv
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TlvEmpty(short t, short l)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetLen()shortgetTag()voidsetLen(short len)voidsetTag(short tag)java.lang.StringtoString()
-