Table of Contents

Class Concatenation

Namespace
Inetlab.SMPP.Common
Assembly
Inetlab.SMPP.dll

Represents concatenation parameters

public class Concatenation
Inheritance
Concatenation
Inherited Members

Constructors

Concatenation(ushort, byte, byte)

public Concatenation(ushort referenceNumber, byte total, byte sequenceNumber)

Parameters

referenceNumber ushort
total byte
sequenceNumber byte

Properties

ReferenceNumber

Concatenated short message reference number.

public ushort ReferenceNumber { get; }

Property Value

ushort

SequenceNumber

Sequence number of the current short message.

public byte SequenceNumber { get; }

Property Value

byte

Total

Maximum number of short messages in the concatenated short message.

public byte Total { get; }

Property Value

byte

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.