OSS NAS Tools for C# for LTE/EPC for 3GPP Release 17.9.0
Oss.Nas.TextOptions Class Reference

Defines ASN.1 value notation formatting options. These additional options are used when the binary data or the C# object that represents a NAS message is converted to ASN.1 value notation format. More...

Inheritance diagram for Oss.Nas.TextOptions:
Oss.Nas.FormattingOptions

Additional Inherited Members

- Public Member Functions inherited from Oss.Nas.FormattingOptions
 FormattingOptions ()
 The default constructor.
 
- Properties inherited from Oss.Nas.FormattingOptions
bool Compact [get, set]
 Disables extraneous whitespace and indentation that is added by default for better readability.
 
int IndentWidth [get, set]
 Specifies the width of an indentation level. The default is 2.
 
string NewLine [get, set]
 Specifies the newline characters. By default, a string returned by Environment.NewLine is used to terminate the line.
 
bool UseSymbolicNames [get, set]
 Enables printing of meaningful names for numeric values whenever possible. By default, values of INTEGER components are printed as numbers.
 

Detailed Description

Defines ASN.1 value notation formatting options. These additional options are used when the binary data or the C# object that represents a NAS message is converted to ASN.1 value notation format.