Click or drag to resize

BitString(Byte, Int32) Constructor

Initializes a new instance of the BitString class

Namespace: GSF.ASN1.Types
Assembly: GSF.ASN1 (in GSF.ASN1.dll) Version: 2.4.181-beta
Syntax
public BitString(
	byte[] bitStrValue,
	int trailBitsCnt
)
View Source

Parameters

bitStrValue  Byte
 
trailBitsCnt  Int32
 
See Also