#include <agentpp_simulation_mib.h>
Public Member Functions | |
agentppSimDeleteRow (Mib *) | |
virtual | ~agentppSimDeleteRow () |
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 agentppSimDeleteRow * | instance |
Protected Attributes | |
Mib * | mib |
"Setting this object to an object identifier of an arbitrary instance of a table's row, will remove the row from the target table. If the object identifier does not denote such a row, wrongValue is returned. For example if your table has the oid 1.3.6.1.3.1 and the the index of that table is an integer, then you will have to provide the following oid in order to delete the row with index 100: 1.3.6.1.3.1.1.1.100"
agentppSimDeleteRow::agentppSimDeleteRow | ( | Mib * | ) |
virtual agentppSimDeleteRow::~agentppSimDeleteRow | ( | ) | [virtual] |
virtual int agentppSimDeleteRow::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 agentppSimDeleteRow::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* agentppSimDeleteRow::mib [protected] |