Click or drag to resize

TrapV2Pdu(TupleInt32, Byte, Stream) Constructor

Initializes a new instance of the TrapV2Pdu class.

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

Parameters

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