org.mobicents.protocols.smpp.message
Class BindTransceiverResp
java.lang.Object
org.mobicents.protocols.smpp.message.SMPPPacket
org.mobicents.protocols.smpp.message.BindResp
org.mobicents.protocols.smpp.message.BindTransceiverResp
- All Implemented Interfaces:
- Serializable, Cloneable
public class BindTransceiverResp
- extends BindResp
SMSC response to a BindTransceiver request.
- Version:
- $Id: BindTransceiverResp.java 452 2009-01-15 16:56:36Z orank $
- See Also:
- Serialized Form
| Methods inherited from class org.mobicents.protocols.smpp.message.SMPPPacket |
clone, getCommandId, getCommandStatus, getLength, getSequenceNum, getTLV, getTLVTable, isRequest, isResponse, isSet, readFrom, removeTLV, safeCompare, setCommandStatus, setSequenceNum, setTLV, sizeOf, sizeOf, sizeOf, sizeOf, toString, validate, validateTLVTable, writeTo, writeTo |
BindTransceiverResp
public BindTransceiverResp()
- Construct a new BindTransceiverResp.
BindTransceiverResp
public BindTransceiverResp(SMPPPacket request)
- Create a new BindTransceiverResp packet in response to a BindTransceiver.
This constructor will set the sequence number to that of the packet it is
in response to.
- Parameters:
request - The Request packet the response is to
Copyright © 2011 Mobicents. All Rights Reserved.