Table of Contents

Class SARReferenceNumberParamter

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

Parameter used to indicate the reference number for a particular concatenated short message.

public class SARReferenceNumberParamter : TLV
Inheritance
SARReferenceNumberParamter
Inherited Members

Remarks

This parameter shall contain a originator generated reference number so that a segmented short message may be reassembled into a single original message. This allows the parallel transmission of several segmented messages. This reference number shall remain constant for every segment which makes up a particular concatenated short message.

When present, the PDU must also contain the SARSequenceNumberParameter and SARTotalSegmentsParameter parameters. Otherwise this parameter shall be ignored.

Constructors

SARReferenceNumberParamter(ushort)

public SARReferenceNumberParamter(ushort referenceNumber)

Parameters

referenceNumber ushort

Properties

ReferenceNumber

public ushort ReferenceNumber { get; set; }

Property Value

ushort