Click or drag to resize

PERAlignedDecoderdecodeConstraintLengthDeterminant Method

Decode the constraint length determinant. ITU-T X.691. 10.9. General rules for encoding a length determinant

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

Parameters

min  Int32
 
max  Int32
 
stream  BitArrayInputStream
 

Return Value

Int32
See Also