Table of Contents

Class StringParameter

Namespace
Inetlab.SMPP.Parameters
Assembly
Inetlab.SMPP.dll

Base class for TLV parameters that contains value of type C Octet String. The series of ASCII characters terminated with the NULL character.

public abstract class StringParameter : TLV
Inheritance
StringParameter
Derived
Inherited Members

Constructors

StringParameter(OptionalTags, byte[])

protected StringParameter(OptionalTags tag, byte[] data)

Parameters

tag OptionalTags
data byte[]

StringParameter(OptionalTags, byte[], Encoding)

protected StringParameter(OptionalTags tag, byte[] data, Encoding encoding)

Parameters

tag OptionalTags
data byte[]
encoding Encoding

StringParameter(OptionalTags, string)

protected StringParameter(OptionalTags tag, string text)

Parameters

tag OptionalTags
text string

StringParameter(OptionalTags, string, Encoding)

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

Parameters

tag OptionalTags
text string
encoding Encoding

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