Click or drag to resize

PERAlignedDecoderdecodeSemiConstraintNumber Method

Decode the semi-constrained whole number ITU-T X.691. 10.7. NOTE – (Tutorial) This procedure is used when a lower bound can be identified but not an upper bound. The encoding procedure places the offset from the lower bound into the minimum number of octets as a non-negative-binary-integer, and requires an explicit length encoding (typically a single octet) as specified in later procedures.

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

Parameters

min  Int32
 
stream  BitArrayInputStream
 

Return Value

Int32
See Also