Click or drag to resize

Snmp.SendTrap(UInt32[], String) Method

Sends a string based SNMP version 3 trap.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.242-beta
Syntax
public static void SendTrap(
	uint[] oid,
	string value
)
View Source

Parameters

oid  UInt32[]
Target OID.
value  String
Notification value.
See Also