Table of Contents

Class Bind

Namespace
Inetlab.SMPP.PDU
Assembly
cs.temp.dll.dll
Register an instance of an ESME with the SMSC system and request an SMPP session over this network connection for the submission or delivery of messages
public class Bind : SmppRequest<BindResp>
Inheritance
Object
Bind
Inherited Members

Constructors

Bind()

public Bind()

Properties

AddressRange

Identifies a set of SME addresses. Regular Expression notation should be used to specify a range of addresses.
public string AddressRange { get; set; }

Property Value

String

AddrNpi

Numbering Plan Indicator for ESME address. If not known set to 0.
public byte AddrNpi { get; set; }

Property Value

Byte

AddrTon

Indicates Type of Number of the ESME address. If not known set to 0.
public byte AddrTon { get; set; }

Property Value

Byte

InterfaceVersion

Indicates the version of the SMPP protocol supported by the ESME.
public byte InterfaceVersion { get; set; }

Property Value

Byte

Password

The password may be used by the MC to authenticate the ESME requesting to bind.
public string Password { get; set; }

Property Value

String

SystemId

Identifies the ESME system requesting to bind as a transmitter with the MC.
public string SystemId { get; set; }

Property Value

String

SystemType

Identifies the type of ESME system requesting to bind as a transmitter with the MC.
public string SystemType { get; set; }

Property Value

String

Methods

CorrespondTo(SmppResponse)

public override bool CorrespondTo(SmppResponse response)

Parameters

response SmppResponse

Returns

Boolean