Click or drag to resize

PERAlignedDecoderdecodeNormallySmallNumber Method

Decode the normally small number ITU-T X.691. 10.6 NOTE – (Tutorial) This procedure is used when encoding a non-negative whole number that is expected to be small, but whose size is potentially unlimited due to the presence of an extension marker. An example is a choice index.

Namespace: GSF.ASN1.Coders.PER
Assembly: GSF.ASN1 (in GSF.ASN1.dll) Version: 2.4.181-beta
Syntax
protected virtual int decodeNormallySmallNumber(
	BitArrayInputStream stream
)
View Source

Parameters

stream  BitArrayInputStream
 

Return Value

Int32
See Also