Click or drag to resize

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

Initializes a new instance of the GetRequestPdu class.

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

Parameters

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