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
tag
ushortThe Tag field is used to uniquely identify the particular optional parameter.
length
intThe length of byte array
text
stringThe number as string
Properties
Text
protected string Text { get; set; }