Uses of Class
org.snmp4j.smi.UnsignedInteger32
-
Packages that use UnsignedInteger32 Package Description org.snmp4j.smi Provides classes for the representation of SMIv1/v2 data types (which also includes some basic ASN.1 primitive data types). -
-
Uses of UnsignedInteger32 in org.snmp4j.smi
Subclasses of UnsignedInteger32 in org.snmp4j.smi Modifier and Type Class Description class
Counter32
TheCounter32
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
TheGauge32
class is indistinguishable fromUnsignedInteger32
.class
TimeTicks
TheTimeTicks
class represents the time in 1/100 seconds since some epoch (which should be have been defined in the corresponding MIB specification).
-