ASN1C C# Runtime Library  7.4
Static Public Attributes | List of all members
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

◆ XERDATA

readonly int XERDATA = 2
static

◆ XEREND

readonly int XEREND = 3
static

◆ XERINDENT

readonly int XERINDENT = 3
static

Number of indent spaces required to print XER element

Referenced by Asn1XerEncodeBuffer.Indent(), and Asn1XerOutputStream.Indent().

◆ XERINIT

readonly int XERINIT = 0
static

XER initialization state

◆ XERSTART

readonly int XERSTART = 1
static