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
- tagushort
- The Tag field is used to uniquely identify the particular optional parameter. 
- lengthint
- The length of byte array 
- textstring
- The number as string 
Properties
Text
protected string Text { get; set; }