Uses of Interface
org.snmp4j.smi.AssignableFromLong
Packages that use AssignableFromLong
Package
Description
Provides classes for the representation of SMIv1/v2 data types (which also
includes some basic ASN.1 primitive data types).
-
Uses of AssignableFromLong in org.snmp4j.smi
Classes in org.snmp4j.smi that implement AssignableFromLongModifier and TypeClassDescriptionclassTheCounter32class 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).classTheCounter64class represents a 64bit unsigned integer type.classTheGauge32class is indistinguishable fromUnsingedInteger32.classTheTimeTicksclass represents the time in 1/100 seconds since some epoch (which should be have been defined in the corresponding MIB specification).classUnsignedInteger32 type is an SNMP type that represents unsigned 32bit integer values (0 to 4294967295).classTheVariantVariableprovides a decorator for any type of Variable instance, to be able to intercept or monitor variable value modification by using aVariantVariableCallback.