Table of Contents

Class Concatenation

Namespace
Inetlab.SMPP.Common
Assembly
cs.temp.dll.dll
Represents concatenation parameters
public class Concatenation
Inheritance
Object
Concatenation

Constructors

Concatenation(UInt16, Byte, Byte)

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

Parameters

referenceNumber UInt16
total Byte
sequenceNumber Byte

Properties

ReferenceNumber

Concatenated short message reference number.
public ushort ReferenceNumber { get; set; }

Property Value

UInt16

SequenceNumber

Sequence number of the current short message.
public byte SequenceNumber { get; set; }

Property Value

Byte

Total

Maximum number of short messages in the concatenated short message.
public byte Total { get; set; }

Property Value

Byte

Methods

ToString()

public override string ToString()

Returns

String