|
SnmpSendTrap(UInt32, Double) Method
|
Sends a floating-point based SNMP version 3 trap.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.205-beta
Syntax public static void SendTrap(
uint[] oid,
double value
)
static member SendTrap :
oid : uint32[] *
value : float -> unit
GSF.Net.Snmp.Snmp.SendTrap = function(oid, value);
View SourceParameters
- oid UInt32
- Target OID.
- value Double
- Notification value.
Remarks
SNMP does not support floating point values via binary encoding, so value is encoded as a string.
See Also