Click or drag to resize

PERAlignedEncoderencodeNormallySmallNumber Method

Encode 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 encodeNormallySmallNumber(
	int val,
	BitArrayOutputStream stream
)
View Source

Parameters

val  Int32
 
stream  BitArrayOutputStream
 

Return Value

Int32
See Also