Click or drag to resize

Snmp Class

Exposes simple SNMP functionality for GSF.
Inheritance Hierarchy
SystemObject
  GSF.Net.SnmpSnmp

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public static class Snmp
View Source

The Snmp type exposes the following members.

Methods
 NameDescription
Public methodStatic memberSendTrap(Variable) Sends an SNMP version 3 trap.
Public methodStatic memberSendTrap(UInt32, ISnmpData) Sends an SNMP version 3 trap.
Public methodStatic memberSendTrap(UInt32, Double) Sends a floating-point based SNMP version 3 trap.
Public methodStatic memberSendTrap(UInt32, Int32) Sends an integer based SNMP version 3 trap.
Public methodStatic memberSendTrap(UInt32, String) Sends a string based SNMP version 3 trap.
Public methodStatic memberSendTrapAsync(Variable) Sends an SNMP version 3 trap.
Public methodStatic memberSendTrapAsync(UInt32, ISnmpData) Sends an SNMP version 3 trap.
Public methodStatic memberSendTrapAsync(UInt32, Double) Sends a floating-point based SNMP version 3 trap.
Public methodStatic memberSendTrapAsync(UInt32, Int32) Sends an integer based SNMP version 3 trap.
Public methodStatic memberSendTrapAsync(UInt32, String) Sends a string based SNMP version 3 trap.
Top
Fields
 NameDescription
Public fieldStatic memberDefaultIPEndPoint Defines default IP end point for SNMP client agent.
Public fieldStatic memberEngineID GSF SNMP engine ID (D3F30A26E61843918ED5ABD87E).
Public fieldStatic memberEnterpriseRoot Root GSF OID (1.3.6.1.4.1.56056). This is the private enterprise number defined for the Grid Protection Alliance.
Top
See Also