Class Concatenation
- Namespace
- Inetlab.SMPP.Common
- Assembly
- cs.temp.dll.dll
Represents concatenation parameters
public class Concatenation
- Inheritance
-
ObjectConcatenation
Constructors
Concatenation(UInt16, Byte, Byte)
public Concatenation(ushort referenceNumber, byte total, byte sequenceNumber)
Parameters
referenceNumber
UInt16total
BytesequenceNumber
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