Uses of Class
org.opennms.protocols.snmp.SnmpUInt32
-
Packages that use SnmpUInt32 Package Description org.opennms.protocols.snmp SNMP protocol datastructure implementation (PDUs, sessions, requests, etc.) -
-
Uses of SnmpUInt32 in org.opennms.protocols.snmp
Subclasses of SnmpUInt32 in org.opennms.protocols.snmp Modifier and Type Class Description class
SnmpCounter32
Defines a SNMPv1 32-bit counter object.class
SnmpGauge32
Defines a SNMPv1 32-bit gauge object.class
SnmpTimeTicks
Defines a SNMPv1 32-bit time ticks object.class
SnmpV2PartyClock
Deprecated.Obsoleted in RFC 1902.Methods in org.opennms.protocols.snmp with parameters of type SnmpUInt32 Modifier and Type Method Description static Long
SnmpUInt32. toLong(SnmpUInt32 val)
Constructors in org.opennms.protocols.snmp with parameters of type SnmpUInt32 Constructor Description SnmpCounter32(SnmpUInt32 uint32)
Constructs a new object with the value constained in the SnmpUInt32 object.SnmpGauge32(SnmpUInt32 uint32)
Constructs a new object with the value constained in the SnmpUInt32 object.SnmpTimeTicks(SnmpUInt32 uint32)
Constructs a new object with the value constained in the SnmpUInt32 object.SnmpUInt32(SnmpUInt32 second)
Class copy constructor.SnmpV2PartyClock(SnmpUInt32 uint32)
Deprecated.Constructs a SNMPv2 Party Clock with the specified value.
-