SNMP class translates SNMP version 3 report errors into error strings.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public sealed class SNMPV3ReportError
Public NotInheritable Class SNMPV3ReportError
public ref class SNMPV3ReportError sealed
Members
| All Members | Methods |
| Member | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) | |
| TranslateError(SnmpV3Packet) |
Search variable bindings list in the passed packet for usm error OIDs and return
error string value.
|