Table of Contents

Class SmppPDU

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

Base class represented SMPP PDU, contains SMPP Header.

public abstract class SmppPDU
Inheritance
SmppPDU
Derived
Inherited Members
Extension Methods

Constructors

SmppPDU(SmppHeader)

Create instance of Header

protected SmppPDU(SmppHeader header)

Parameters

header SmppHeader

Properties

Client

Gets SMPP client bound with this PDU

public SmppClientBase Client { get; }

Property Value

SmppClientBase

Header

public SmppHeader Header { get; set; }

Property Value

SmppHeader

Tag

Gets or sets an object that contains data to associate with the PDU.

public object Tag { get; set; }

Property Value

object

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.