ASN1C C# Runtime Library
7.6
|
Public Attributes | |
const int | INDEFLEN = - 9999 |
This class defines common constants used in the run-time and generated code. Note that all error reporting in the C# version is done via exceptions. Therefore, there are very few status values defined in the class.
const int INDEFLEN = - 9999 |
This constant indicates an indefinite length field was parsed
Referenced by Asn1UTF8String.Asn1UTF8String(), Asn1BerDecodeBuffer.CalcIndefLen(), Asn1BitString.Clear(), Asn1OctetString.CompareTo(), Asn1BMPString.Decode(), Asn1UniversalString.Decode(), Asn1BerDecodeBuffer.DecodeLength(), Asn1BerOutputStream.EncodeLength(), Asn1BerEncodeBuffer.EncodeLength(), Asn1BerDecodeContext.Expired(), Asn1BerDecodeContext.MatchElemTag(), Asn1BerDecodeBuffer.Parse(), Asn1BerDecodeBuffer.ThrowIfUnhandled(), and Asn1CharString.validate().