Package com.seleniumsoftware.SMPPSim.pdu
Class EnquireLink
- java.lang.Object
-
- com.seleniumsoftware.SMPPSim.pdu.Pdu
-
- com.seleniumsoftware.SMPPSim.pdu.Request
-
- com.seleniumsoftware.SMPPSim.pdu.EnquireLink
-
- All Implemented Interfaces:
Demarshaller,java.io.Serializable
public class EnquireLink extends Request implements Demarshaller
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnquireLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddemarshall(byte[] request)java.lang.StringtoString()*returns String representation of PDU-
Methods inherited from class com.seleniumsoftware.SMPPSim.pdu.Pdu
equals, getCmd_id, getCmd_len, getCmd_status, getSeq_no, setCmd_id, setCmd_len, setCmd_status, setSeq_no
-
-
-
-
Method Detail
-
demarshall
public void demarshall(byte[] request) throws java.lang.Exception- Specified by:
demarshallin interfaceDemarshaller- Overrides:
demarshallin classRequest- Throws:
java.lang.Exception
-
-