Table of Contents

Class BindResp

Namespace
Inetlab.SMPP.PDU
Assembly
Inetlab.SMPP.dll

Represents the response to the bind PDU.

public class BindResp : SmppResponse<Bind>
Inheritance
BindResp
Inherited Members
Extension Methods

Constructors

BindResp(SmppHeader)

public BindResp(SmppHeader header)

Parameters

header SmppHeader

BindResp(Bind)

public BindResp(Bind req)

Parameters

req Bind

Properties

Parameters

Optional Parameters

public TLVCollection Parameters { get; }

Property Value

TLVCollection

SystemId

SMSC identifier

public string SystemId { get; set; }

Property Value

string

Methods

ChangeSystemId(string)

Change SMPP server identifier. Limited to 15 characters.

public void ChangeSystemId(string systemId)

Parameters

systemId string

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.