#include <agentpp_simulation_mib.h>
Public Member Functions | |
agentppSimDeleteTableContents (Mib *) | |
virtual | ~agentppSimDeleteTableContents () |
virtual int | commit_set_request (Request *, int) |
Let the receiver commit a SNMP SET subrequest. | |
virtual int | prepare_set_request (Request *, int &) |
Let the receiver prepare a SNMP SET subrequest. | |
Static Public Attributes | |
static agentppSimDeleteTableContents * | instance |
Protected Attributes | |
Mib * | mib |
"Setting this object to an object identifier of a table will delete all rows of that table. If the given object identifier does not denote a table known by the simulation agent, wrongValue is returned."
agentppSimDeleteTableContents::agentppSimDeleteTableContents | ( | Mib * | ) |
virtual agentppSimDeleteTableContents::~agentppSimDeleteTableContents | ( | ) | [virtual] |
virtual int agentppSimDeleteTableContents::commit_set_request | ( | Request * | , | |
int | ||||
) | [virtual] |
Let the receiver commit a SNMP SET subrequest.
req | - A pointer to the whole SNMP SET request. | |
ind | - The index of the subrequest to be processed. |
Reimplemented from MibLeaf.
virtual int agentppSimDeleteTableContents::prepare_set_request | ( | Request * | , | |
int & | ||||
) | [virtual] |
Let the receiver prepare a SNMP SET subrequest.
req | - A pointer to the whole SNMP SET request. | |
ind | - The index of the subrequest to be processed. |
Reimplemented from MibLeaf.
Mib* agentppSimDeleteTableContents::mib [protected] |