#include <snmp_textual_conventions.h>
Public Member Functions | |
SnmpTagList (const Oidx &, mib_access, NS_SNMP OctetStr *, int) | |
Construct a SnmpTagList with initial value. | |
SnmpTagList (const Oidx &) | |
virtual | ~SnmpTagList () |
virtual MibEntryPtr | clone () |
Clone the receiver object. | |
virtual boolean | value_ok (const Vbx &) |
Check whether the receiver's value may be set to the given new value. | |
virtual boolean | contains (const char *) |
This object contains a list of tag values.
SnmpTagList::SnmpTagList | ( | const Oidx & | , | |
mib_access | , | |||
NS_SNMP OctetStr * | , | |||
int | ||||
) |
Construct a SnmpTagList with initial value.
oid | the oid of the leaf or the column of the columnar object. | |
access | the max-access rights for the object. | |
octetstr | a pointer to an OctetStr containing the initial value for the object. | |
valueMode | contains an ored value of one or more of the following modes: VMODE_DEFAULT: the value of the object pointed by value will be used as default value, otherwise the managed object has no default value. VMODE_LOCKED: value is locked (cannot be modified) while the row status of the receiver's row is active(1). This mode has no effect, if the the leaf is a scalar or otherwise if the receiver's row has no snmpRowStatus. |
SnmpTagList::SnmpTagList | ( | const Oidx & | ) |
virtual SnmpTagList::~SnmpTagList | ( | ) | [virtual] |
virtual MibEntryPtr SnmpTagList::clone | ( | ) | [virtual] |
virtual boolean SnmpTagList::value_ok | ( | const Vbx & | ) | [virtual] |
Check whether the receiver's value may be set to the given new value.
v | - A new value. |
Reimplemented from MibLeaf.
virtual boolean SnmpTagList::contains | ( | const char * | ) | [virtual] |