Click or drag to resize

SnmpSendTrapAsync(UInt32, Double) Method

Sends a floating-point based 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,
	double value
)
View Source

Parameters

oid  UInt32
Target OID.
value  Double
Notification value.

Return Value

Task
Remarks
SNMP does not support floating point values via binary encoding, so value is encoded as a string.
See Also