SnmpTagList Class Reference

SnmpTagList. More...

#include <snmp_textual_conventions.h>

Inheritance diagram for SnmpTagList:

MibLeaf MibEntry ThreadManager Synchronized

List of all members.

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 *)


Detailed Description

SnmpTagList.

This object contains a list of tag values.

Author:
Frank Fock
Version:
3.3

Constructor & Destructor Documentation

SnmpTagList::SnmpTagList ( const Oidx ,
mib_access  ,
NS_SNMP OctetStr *  ,
int   
)

Construct a SnmpTagList with initial value.

Parameters:
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]


Member Function Documentation

virtual MibEntryPtr SnmpTagList::clone (  )  [virtual]

Clone the receiver object.

Returns:
A pointer to the clone.

Reimplemented from MibLeaf.

virtual boolean SnmpTagList::value_ok ( const Vbx  )  [virtual]

Check whether the receiver's value may be set to the given new value.

Note:
Override this mehtod in subclasses.
Parameters:
v - A new value.
Returns:
TRUE if the new value is valid, otherwise FALSE.

Reimplemented from MibLeaf.

virtual boolean SnmpTagList::contains ( const char *   )  [virtual]


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

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