The SnmpConstants type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
DumpHex(array<Byte>[]()[])
Debugging function used to dump on the console supplied byte array in a format suitable for console output.
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.)
GetSyntaxObject(Byte)
Used to create correct variable type object for the specified encoded type
GetSyntaxObject(String)
Return SNMP type object of the type specified by name. Supported variable types are: * Integer32 * Counter32 * Gauge32 * Counter64 * TimeTicks * OctetString * IpAddress * Oid * Null
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetTypeName(Byte)
Return string representation of the SMI value type.
IsValidVersion(Int32)
Check if SNMP version value is correct
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)

See Also