Class SARTotalSegmentsParameter
- Namespace
- Inetlab.SMPP.Parameters
- Assembly
- Inetlab.SMPP.dll
The parameter is used to indicate the total number of short messages within the concatenated short message.
public class SARTotalSegmentsParameter : TLV
- Inheritance
-
SARTotalSegmentsParameter
- Inherited Members
Remarks
<p>This parameter shall contain a value in the range 1 to 255 indicating the total number of fragments within the concatenated short
message. The value shall start at 1 and remain constant for every short message which makes up the concatenated short message.
When present, the PDU must also contain the SARSequenceNumberParameter and SARTotalSegmentsParameter parameters. Otherwise this parameter shall be ignored.
Constructors
SARTotalSegmentsParameter(byte)
public SARTotalSegmentsParameter(byte totalSegments)
Parameters
totalSegments
byte
Properties
TotalSegments
public byte TotalSegments { get; }