SNMP class translates SNMP version 3 report errors into error strings.

Namespace:  SnmpSharpNet
Assembly:  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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TranslateError(SnmpV3Packet)
Search variable bindings list in the passed packet for usm error OIDs and return error string value.

Inheritance Hierarchy

System..::.Object
  SnmpSharpNet..::.SNMPV3ReportError

See Also