#include <sim_mib.h>

Public Member Functions | |
| SimMibTable (const Oidx &o, const index_info *i, unsigned int n) | |
| virtual | ~SimMibTable () |
| virtual int | check_creation (Request *, int &) |
| Test whether a row can be created succesfully using the RowStatus mechanism. | |
| SimMibTable::SimMibTable | ( | const Oidx & | o, | |
| const index_info * | i, | |||
| unsigned int | n | |||
| ) | [inline] |
| virtual SimMibTable::~SimMibTable | ( | ) | [inline, virtual] |
| virtual int SimMibTable::check_creation | ( | Request * | , | |
| int & | ||||
| ) | [virtual] |
Test whether a row can be created succesfully using the RowStatus mechanism.
| req | - A pointer to the whole SNMP SET request. | |
| ind | - The index of the subrequest to be processed. |
Reimplemented from MibTable.
1.5.6