Asn1XerEncoder_Fields Struct Reference
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 |
Detailed Description
This class defines the constant variables for Asn1XerEncoder.
Member Data Documentation
readonly int XERDATA = 2 [static] |
XER characters (data) state
readonly int XEREND = 3 [static] |
XER end element state
readonly int XERINDENT = 3 [static] |
Number of indent spaces required to print XER element
readonly int XERINIT = 0 [static] |
XER initialization state
readonly int XERSTART = 1 [static] |
XER start element state