Class BindResp
- Namespace
- Inetlab.SMPP.PDU
- Assembly
- cs.temp.dll.dll
Represents the response to the bind PDU.
public class BindResp : SmppResponse<Bind>, IOptionalParameters
- Inheritance
-
ObjectBindResp
- Implements
-
IOptionalParameters
- Inherited Members
Constructors
BindResp()
public BindResp()
BindResp(CommandStatus, CommandSet, UInt32)
public BindResp(CommandStatus status, CommandSet command, uint sequence)
Parameters
statusCommandStatuscommandCommandSetsequenceUInt32
BindResp(Bind)
public BindResp(Bind bindReq)
Parameters
bindReqBind
Properties
Optional
public TLVCollection Optional { get; set; }
Property Value
- TLVCollection
SystemId
SMSC identifier
public string SystemId { get; protected set; }
Property Value
- String
Methods
ChangeSystemId(String)
Change SMPP server identifier. Limited to 15 characters.
public void ChangeSystemId(string systemId)
Parameters
systemIdString
ToString()
public override string ToString()
Returns
- String