Table of Contents

Class SmppPDU

Namespace
Inetlab.SMPP.PDU
Assembly
cs.temp.dll.dll
Base class represented SMPP PDU, contains SMPP Header.
public abstract class SmppPDU
Inheritance
Object
SmppPDU
Derived

Constructors

SmppPDU()

Create instance of Header
protected SmppPDU()

Properties

Client

Gets SMPP client bound with this PDU
public SmppClientBase Client { get; }

Property Value

SmppClientBase

Command

command_id
public CommandSet Command { get; set; }

Property Value

CommandSet

Length

Overall length of the PDU.
public uint Length { get; set; }

Property Value

UInt32

Sequence

unique sequence number. PDU will echo the same sequence number.
public uint Sequence { get; set; }

Property Value

UInt32

Status

command status
public CommandStatus Status { get; set; }

Property Value

CommandStatus

Tag

Gets or sets an object that contains data to associate with the PDU.
public object Tag { get; set; }

Property Value

Object

Methods

ToString()

public override string ToString()

Returns

String