Click or drag to resize

GetNextRequestPdu(TupleInt32, Byte, Stream) Constructor

Initializes a new instance of the GetNextRequestPdu class.

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

Parameters

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