ASN1C C# Runtime Library  7.4
Static Public Attributes | List of all members
Asn1XmlEncoder_Fields Struct Reference

Static Public Attributes

static readonly int XMLDATA = 2
 
static readonly int XMLEND = 3
 
static readonly int XMLINDENT = 3
 
static readonly int XMLINIT = 0
 
static readonly int XMLSTART = 1
 

Detailed Description

This class defines the constant variables for Asn1XmlEncoder.

Member Data Documentation

◆ XMLDATA

readonly int XMLDATA = 2
static

◆ XMLEND

readonly int XMLEND = 3
static

◆ XMLINDENT

readonly int XMLINDENT = 3
static

Number of indent spaces required to print XML element

Referenced by Asn1XmlEncodeBuffer.Indent(), and Asn1XmlOutputStream.Indent().

◆ XMLINIT

readonly int XMLINIT = 0
static

XML initialization state

◆ XMLSTART

readonly int XMLSTART = 1
static