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
StringParameter(ushort, string)
protected StringParameter(ushort tag, string text)
Parameters
StringParameter(ushort, string, Encoding)
protected StringParameter(ushort tag, string text, Encoding encoding)
Parameters
Properties
Text
protected string Text { get; }