Click or drag to resize

MessengerSendTrapV1 Method

Namespace:  Lextm.SharpSnmpLib.Messaging
Assembly:  SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax
public static void SendTrapV1(
	EndPoint receiver,
	IPAddress agent,
	OctetString community,
	ObjectIdentifier enterprise,
	GenericCode generic,
	int specific,
	uint timestamp,
	IList<Variable> variables
)

Parameters

receiver
Type: System.NetEndPoint
agent
Type: System.NetIPAddress
community
Type: Lextm.SharpSnmpLibOctetString
enterprise
Type: Lextm.SharpSnmpLibObjectIdentifier
generic
Type: Lextm.SharpSnmpLibGenericCode
specific
Type: SystemInt32
timestamp
Type: SystemUInt32
variables
Type: System.Collections.GenericIListVariable
See Also