|
|
Tree of OIDs.
inline AsnMibTree ()
| AsnMibTree |
Constructor
AsnMibTree (const String& fileName)
| AsnMibTree |
Constructor
Parameters:
fileName | File from which the tree is to be built |
~AsnMibTree ()
| ~AsnMibTree |
[virtual]
Destructor
AsnMib* find (const ASNObjId& id)
| find |
Find a MIB object given the object id
Parameters:
id | The object id |
Returns: A pointer to the MIB with the searched object id, 0 if not found
AsnMib* find (const String& name)
| find |
Find a MIB given the MIB name
Parameters:
name | The name of the MIB object |
Returns: A pointer to the MIB with the searched object id, 0 if not found
AsnMib* findNext (const ASNObjId& id)
| findNext |
Find the next MIB object in the tree
Parameters:
id | Object id of the current MIB object |
Returns: A pointer to the next MIB object in the tree, 0 if there is no next
int getAccess (const ASNObjId& oid)
| getAccess |
Get access level for the given object id
Parameters:
oid | Object id for which the access level is required |
Returns: Enum value describing the access level required for this object
void buildTree ()
| buildTree |
Build the tree of MIB objects
String findRevision (const String& name)
| findRevision |
Find the module revision of which this OID is part of
Parameters:
name | Name of the OID |
Returns: String value of the module revision
Generated by: paulc on bussard on Tue Mar 8 18:42:27 2011, using kdoc 2.0a54. |