Class BcdParameter
- Namespace
- Inetlab.SMPP.Parameters
- Assembly
- Inetlab.SMPP.dll
Base class for 8 byte BCD (Binary Coded Decimal) encoded binary values, right aligned.
public abstract class BcdParameter : TLV
- Inheritance
-
BcdParameter
- Inherited Members
Constructors
BcdParameter(ushort, byte[])
protected BcdParameter(ushort tag, byte[] data)
Parameters
BcdParameter(ushort, int, string)
Creates TLV parameter with BCD encoded value.
protected BcdParameter(ushort tag, int length, string text)
Parameters
tagushortThe Tag field is used to uniquely identify the particular optional parameter.
lengthintThe length of byte array
textstringThe number as string
Properties
Text
protected string Text { get; set; }