Table of Contents

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
Object
BindResp
Implements
IOptionalParameters
Inherited Members

Constructors

BindResp()

public BindResp()

BindResp(CommandStatus, CommandSet, UInt32)

public BindResp(CommandStatus status, CommandSet command, uint sequence)

Parameters

status CommandStatus
command CommandSet
sequence UInt32

BindResp(Bind)

public BindResp(Bind bindReq)

Parameters

bindReq Bind

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

systemId String

ToString()

public override string ToString()

Returns

String