Table of Contents

Class StringParameter

Namespace
Inetlab.SMPP.Parameters
Assembly
Inetlab.SMPP.dll
public abstract class StringParameter : TLV
Inheritance
StringParameter
Inherited Members

Constructors

StringParameter(ushort, byte[])

protected StringParameter(ushort tag, byte[] data)

Parameters

tag ushort
data byte[]

StringParameter(ushort, string)

protected StringParameter(ushort tag, string text)

Parameters

tag ushort
text string

StringParameter(ushort, string, Encoding)

protected StringParameter(ushort tag, string text, Encoding encoding)

Parameters

tag ushort
text string
encoding Encoding

Properties

Text

protected string Text { get; }

Property Value

string