Click or drag to resize

MessengerSendTrapV1Async 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 Task SendTrapV1Async(
	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.

Return Value

Task
Remarks
This method only supports SNMP v1.
See Also