Table of Contents

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

tag ushort
data byte[]

BcdParameter(ushort, int, string)

Creates TLV parameter with BCD encoded value.

protected BcdParameter(ushort tag, int length, string text)

Parameters

tag ushort

The Tag field is used to uniquely identify the particular optional parameter.

length int

The length of byte array

text string

The number as string

Properties

Text

protected string Text { get; set; }

Property Value

string