agentppSimDeleteRow Class Reference

agentppSimDeleteRow More...

#include <agentpp_simulation_mib.h>

Inheritance diagram for agentppSimDeleteRow:

MibLeaf MibEntry ThreadManager Synchronized

List of all members.

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 agentppSimDeleteRowinstance

Protected Attributes

Mibmib


Detailed Description

agentppSimDeleteRow

"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"


Constructor & Destructor Documentation

agentppSimDeleteRow::agentppSimDeleteRow ( Mib  ) 

virtual agentppSimDeleteRow::~agentppSimDeleteRow (  )  [virtual]


Member Function Documentation

virtual int agentppSimDeleteRow::commit_set_request ( Request ,
int   
) [virtual]

Let the receiver commit a SNMP SET subrequest.

Parameters:
req - A pointer to the whole SNMP SET request.
ind - The index of the subrequest to be processed.
Returns:
SNMP_ERROR_SUCCESS on success and SNMP_ERROR_COMITFAIL on failure.

Reimplemented from MibLeaf.

virtual int agentppSimDeleteRow::prepare_set_request ( Request ,
int &   
) [virtual]

Let the receiver prepare a SNMP SET subrequest.

Parameters:
req - A pointer to the whole SNMP SET request.
ind - The index of the subrequest to be processed.
Returns:
SNMP_ERROR_SUCCESS on success and SNMP_ERROR_WRONG_VALUE, SNMP_ERROR_WRONG_TYPE, or SNMP_ERROR_NOT_WRITEABLE on failure.

Reimplemented from MibLeaf.


Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Fri May 29 22:36:54 2009 for AGENT++ by  doxygen 1.5.6