Table of Contents

Class Bind

Namespace
Inetlab.SMPP.PDU
Assembly
Inetlab.SMPP.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
Bind
Inherited Members
Extension Methods

Constructors

Bind()

public Bind()

Bind(SmppHeader)

public Bind(SmppHeader header)

Parameters

header SmppHeader

Properties

EsmeAddress

The ESME address range. In Address property can be specified a single SME address or a range of SME addresses using UNIX Regular Expression notation.

public SmeAddress EsmeAddress { get; set; }

Property Value

SmeAddress

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