|
SnmpSendTrapAsync(UInt32, String) Method
|
Sends a string based SNMP version 3 trap.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.205-beta
Syntax GSF.Net.Snmp.Snmp.SendTrapAsync = function(oid, value);
View SourceParameters
- oid UInt32
- Target OID.
- value String
- Notification value.
Return Value
TaskSee Also