The SimpleSnmp type exposes the following methods.

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.)
Get(SnmpVersion, Pdu)
SNMP GET request
Get(SnmpVersion, array<String>[]()[])
SNMP GET request
GetBulk(Pdu)
SNMP GET-BULK request
GetBulk(array<String>[]()[])
SNMP GET-BULK request
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetNext(SnmpVersion, Pdu)
SNMP GET-NEXT request
GetNext(SnmpVersion, array<String>[]()[])
SNMP GET-NEXT request
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Set(SnmpVersion, Pdu)
SNMP SET request
Set(SnmpVersion, array<Vb>[]()[])
SNMP SET request
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Walk(SnmpVersion, String)
SNMP WALK operation

See Also