Click or drag to resize

MessengerSendTrapV1 Method

Sends a TRAP v1 message.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[CLSCompliantAttribute(false)]
public static void SendTrapV1(
	EndPoint receiver,
	IPAddress agent,
	OctetString community,
	ObjectIdentifier enterprise,
	GenericCode generic,
	int specific,
	uint timestamp,
	IList<Variable> variables
)
View Source

Parameters

receiver  EndPoint
Receiver.
agent  IPAddress
Agent.
community  OctetString
Community name.
enterprise  ObjectIdentifier
Enterprise OID.
generic  GenericCode
Generic code.
specific  Int32
Specific code.
timestamp  UInt32
Timestamp.
variables  IListVariable
Variable bindings.
Remarks
This method supports SNMP v1.
See Also