Table of Contents

Class SmppHeader

Namespace
Inetlab.SMPP.Common
Assembly
Inetlab.SMPP.dll
public class SmppHeader
Inheritance
SmppHeader
Inherited Members

Constructors

SmppHeader(CommandSet)

public SmppHeader(CommandSet command)

Parameters

command CommandSet

SmppHeader(CommandSet, CommandStatus, uint)

public SmppHeader(CommandSet command, CommandStatus status, uint sequence)

Parameters

command CommandSet
status CommandStatus
sequence uint

SmppHeader(SmppHeader)

public SmppHeader(SmppHeader requestHeader)

Parameters

requestHeader SmppHeader

Properties

Command

Gets or sets type of message the SMPP PDU represents.

public CommandSet Command { get; }

Property Value

CommandSet

Sequence

Unique sequence number. A sequence number allows a response PDU to be correlated with a request PDU.

public uint Sequence { get; set; }

Property Value

uint

Status

Indicates the success or failure of an SMPP request.

public CommandStatus Status { get; set; }

Property Value

CommandStatus

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.