Click or drag to resize

OctetString(Tuple<Int32, Byte[]> , Stream) Constructor

Initializes a new instance of the OctetString class.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.241-beta
Syntax
public OctetString(
	Tuple<int, byte[]> length,
	Stream stream
)
View Source

Parameters

length  Tuple<Int32, Byte[]>
The length.
stream  Stream
The stream.
See Also