Click or drag to resize

SnmpSendTrapAsync(UInt32, ISnmpData) Method

Sends an SNMP version 3 trap.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public static Task SendTrapAsync(
	uint[] oid,
	ISnmpData data
)
View Source

Parameters

oid  UInt32
Target OID.
data  ISnmpData
Notification data.

Return Value

Task
See Also