Click or drag to resize

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

Creates a TrapV1Pdu instance with PDU elements.

Namespace: Lextm.SharpSnmpLib
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntax
public TrapV1Pdu(
	uint[] enterprise,
	IP agent,
	Integer32 generic,
	Integer32 specific,
	TimeTicks timestamp,
	IList<Variable> variables
)

Parameters

enterprise  UInt32
Enterprise
agent  IP
Agent address
generic  Integer32
Generic trap type
specific  Integer32
Specific trap type
timestamp  TimeTicks
Time stamp
variables  IListVariable
Variable binds
See Also