Table of Contents

Class SARSequenceNumberParameter

Namespace
Inetlab.SMPP.Parameters
Assembly
Inetlab.SMPP.dll

The TLV parameter used to indicate the sequence number of a particular short message within the concatenated short message

public class SARSequenceNumberParameter : TLV
Inheritance
SARSequenceNumberParameter
Inherited Members

Remarks

This octet shall contain a value in the range 1 to 255 indicating the sequence number of a particular message within the concatenated short message. The value shall start at 1 and increment by one for every message sent within the concatenated short message.

Constructors

SARSequenceNumberParameter(byte)

public SARSequenceNumberParameter(byte sequenceNumber)

Parameters

sequenceNumber byte

Properties

SequenceNumber

public byte SequenceNumber { get; }

Property Value

byte