#include <snmp_textual_conventions.h>
Public Member Functions | |
TimeStamp (const Oidx &, mib_access, int) | |
Construct a TimeStamp. | |
virtual | ~TimeStamp () |
virtual boolean | is_volatile () |
Check whether the entry is volatile or not. | |
virtual MibEntryPtr | clone () |
Clone the receiver object. | |
void | update () |
TimeStamp instances are not serializable.
TimeStamp::TimeStamp | ( | const Oidx & | , | |
mib_access | , | |||
int | ||||
) |
Construct a TimeStamp.
oid | the oid of the leaf or the column of the columnar object. | |
access | the max-access rights for the object. (Normally READONLY) | |
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. |
virtual TimeStamp::~TimeStamp | ( | ) | [virtual] |
virtual boolean TimeStamp::is_volatile | ( | ) | [inline, virtual] |
Check whether the entry is volatile or not.
Reimplemented from MibEntry.
virtual MibEntryPtr TimeStamp::clone | ( | ) | [virtual] |
void TimeStamp::update | ( | ) |