#include <snmp_group.h>
Public Member Functions | |
snmpInReadOnlys () | |
virtual void | get_request (Request *, int) |
Interface methods dispatch table <-> instrumentation. | |
virtual boolean | is_volatile () |
Check whether the entry is volatile or not. |
snmpInReadOnlys::snmpInReadOnlys | ( | ) | [inline] |
virtual void snmpInReadOnlys::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 snmpInReadOnlys::is_volatile | ( | ) | [inline, virtual] |
Check whether the entry is volatile or not.
Reimplemented from MibEntry.