Click or drag to resize

NoSuchObject(TupleInt32, Byte, Stream) Constructor

Initializes a new instance of the NoSuchObject class.

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

Parameters

length  TupleInt32, Byte
The length data.
stream  Stream
The stream.
See Also