Utility class to enable simplified access to SNMP version 1 and version 2 requests and replies.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public class SimpleSnmp |
| Visual Basic |
|---|
Public Class SimpleSnmp |
| Visual C++ |
|---|
public ref class SimpleSnmp |
Remarks
Use this class if you are not looking for "deep" SNMP functionality. Design of the class is based
around providing simplest possible access to SNMP operations without getting stack into details.
If you are using the simplest way, you will leave SuppressExceptions flag to true and get all errors causing methods to return "null" result
which will not tell you why operation failed. You can change the SuppressExceptions flag to false and catch any and all
exception throwing errors.
Either way, have fun.