Click or drag to resize

BEREncoderencodeHeader Method


Namespace: GSF.ASN1.Coders.BER
Assembly: GSF.ASN1 (in GSF.ASN1.dll) Version: 2.4.181-beta
Syntax
protected int encodeHeader(
	DecodedObject<int> tagValue,
	int contentLen,
	Stream stream
)
View Source

Parameters

tagValue  DecodedObjectInt32
 
contentLen  Int32
 
stream  Stream
 

Return Value

Int32
See Also