#include <snmp_group.h>

Public Member Functions | |
| snmpOutNoSuchNames () | |
| virtual void | get_request (Request *, int) |
| Interface methods dispatch table <-> instrumentation. | |
| virtual boolean | is_volatile () |
| Check whether the entry is volatile or not. | |
| snmpOutNoSuchNames::snmpOutNoSuchNames | ( | ) | [inline] |
| virtual void snmpOutNoSuchNames::get_request | ( | Request * | , | |
| int | ||||
| ) | [virtual] |
Interface methods dispatch table <-> instrumentation.
Let the receiver process a SNMP GET subrequest
| req | - A pointer to the whole SNMP GET request. | |
| ind | - The index of the subrequest to be processed. |
Reimplemented from MibLeaf.
| virtual boolean snmpOutNoSuchNames::is_volatile | ( | ) | [inline, virtual] |
Check whether the entry is volatile or not.
Reimplemented from MibEntry.
1.5.6