Click or drag to resize

Snmp Methods

The Snmp type exposes the following members.

Methods
  Name Description
Public method Static member SendTrap(Variable[]) Sends an SNMP version 3 trap.
Public method Static member SendTrap(UInt32[], ISnmpData) Sends an SNMP version 3 trap.
Public method Static member SendTrap(UInt32[], Double) Sends a floating-point based SNMP version 3 trap.
Public method Static member SendTrap(UInt32[], Int32) Sends an integer based SNMP version 3 trap.
Public method Static member SendTrap(UInt32[], String) Sends a string based SNMP version 3 trap.
Public method Static member SendTrapAsync(Variable[]) Sends an SNMP version 3 trap.
Public method Static member SendTrapAsync(UInt32[], ISnmpData) Sends an SNMP version 3 trap.
Public method Static member SendTrapAsync(UInt32[], Double) Sends a floating-point based SNMP version 3 trap.
Public method Static member SendTrapAsync(UInt32[], Int32) Sends an integer based SNMP version 3 trap.
Public method Static member SendTrapAsync(UInt32[], String) Sends a string based SNMP version 3 trap.
Top
See Also