Click or drag to resize

TrapV1Pdu Constructor (UInt32, IP, Integer32, Integer32, TimeTicks, IListVariable)

Initializes a new instance of the TrapV1Pdu class

Namespace:  Lextm.SharpSnmpLib
Assembly:  SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax
public TrapV1Pdu(
	uint[] enterprise,
	IP agent,
	Integer32 generic,
	Integer32 specific,
	TimeTicks timestamp,
	IList<Variable> variables
)

Parameters

enterprise
Type: SystemUInt32
agent
Type: Lextm.SharpSnmpLibIP
generic
Type: Lextm.SharpSnmpLibInteger32
specific
Type: Lextm.SharpSnmpLibInteger32
timestamp
Type: Lextm.SharpSnmpLibTimeTicks
variables
Type: System.Collections.GenericIListVariable
See Also