Subclasses of UnsignedInteger32 in org.snmp4j.smi |
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 |
Gauge32
The Gauge32 class is indistinguishable from
UnsingedInteger32 . |
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). |