ASN1C C# Runtime Library
7.7
|
Static Public Attributes | |
static readonly int | XERDATA = 2 |
static readonly int | XEREND = 3 |
static readonly int | XERINDENT = 3 |
static readonly int | XERINIT = 0 |
static readonly int | XERSTART = 1 |
This class defines the constant variables for Asn1XerEncoder.
|
static |
XER characters (data) state
Referenced by Asn1XerEncodeBuffer.EncodeData(), Asn1XerOutputStream.EncodeData(), Asn1XerEncodeBuffer.EncodeNamedValueElement(), and Asn1XerOutputStream.EncodeNamedValueElement().
|
static |
|
static |
Number of indent spaces required to print XER element
Referenced by Asn1XerEncodeBuffer.Indent(), and Asn1XerOutputStream.Indent().
|
static |
XER initialization state
|
static |
XER start element state
Referenced by Asn1XerEncodeBuffer.EncodeStartElement(), and Asn1XerOutputStream.EncodeStartElement().