Snmp Methods |
The Snmp type exposes the following members.
Name | Description | |
---|---|---|
SendTrap(Variable) | Sends an SNMP version 3 trap. | |
SendTrap(UInt32, ISnmpData) | Sends an SNMP version 3 trap. | |
SendTrap(UInt32, Double) | Sends a floating-point based SNMP version 3 trap. | |
SendTrap(UInt32, Int32) | Sends an integer based SNMP version 3 trap. | |
SendTrap(UInt32, String) | Sends a string based SNMP version 3 trap. | |
SendTrapAsync(Variable) | Sends an SNMP version 3 trap. | |
SendTrapAsync(UInt32, ISnmpData) | Sends an SNMP version 3 trap. | |
SendTrapAsync(UInt32, Double) | Sends a floating-point based SNMP version 3 trap. | |
SendTrapAsync(UInt32, Int32) | Sends an integer based SNMP version 3 trap. | |
SendTrapAsync(UInt32, String) | Sends a string based SNMP version 3 trap. |