ASN1C C# Runtime Library  7.4
List of all members
Asn1XerDecoder Interface Reference

Detailed Description

Interface for obtaining decoded XER data.

This interface is implemented by the Decoder class used for decoding enumerated types, which is generated as a nested class in enumerated type classes. /p>

Parameters
readerThe XML pull parser.
asGroupPass TRUE if the current element is the beginning of the content to be decoded. Pass FALSE if the current element's content is the content to be decoded.
Returns
The decoded object.