| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
creates an object expressing OID.
If you want to express OID 1.3.6.1.2.1.1.1.0,
you write the following code.
(oid 1 3 6 1 2 1 1 1 0)
returns #t if the object is an OID.
converts an OID expressed by the string notation to an OID object.
gets a string representation of the OID object,
gets a MIB of the OID from the SNMP manager.
This returns a MIB, version information, community string, ID, error code, error index.
gets next MIB of the OID from the SNMP manager.
gets all MIBs of the OID from the SNMP manager.
This returns an associative list whose key is an OID and value is a MIB.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | 
 
  This document was generated on August 9, 2012 using texi2html 5.0.