class |
Counter32 |
The Counter32 class allows all the functionality of unsigned
integers but is recognized as a distinct SMI type, which is used for
monotonically increasing values that wrap around at 2^32-1 (4294967295).
|
class |
Counter64 |
The Counter64 class represents a 64bit unsigned integer type.
|
class |
Gauge32 |
The Gauge32 class is indistinguishable from UnsignedInteger32 .
|
class |
TimeTicks |
The TimeTicks class represents the time in 1/100 seconds since some epoch (which should be have been
defined in the corresponding MIB specification).
|
class |
UnsignedInteger32 |
UnsignedInteger32 type is an SNMP type that represents unsigned 32bit integer values (0 to 4294967295).
|
class |
VariantVariable |
The VariantVariable provides a decorator for any type
of Variable instance, to be able to intercept or monitor variable
value modification by using a VariantVariableCallback .
|