Click or drag to resize

TrapV2Pdu(Int32, ObjectIdentifier, UInt32, IListVariable) Constructor

Creates a TrapV2Pdu instance with all content.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[CLSCompliantAttribute(false)]
public TrapV2Pdu(
	int requestId,
	ObjectIdentifier enterprise,
	uint time,
	IList<Variable> variables
)
View Source

Parameters

requestId  Int32
Request ID.
enterprise  ObjectIdentifier
Enterprise.
time  UInt32
Time stamp.
variables  IListVariable
Variables.
See Also