Click or drag to resize

SnmpSendTrap(UInt32, Int32) Method

Sends an integer based SNMP version 3 trap.

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

Parameters

oid  UInt32
Target OID.
value  Int32
Notification value.
See Also