Uses of Class
org.opennms.protocols.snmp.SnmpInt32
-
Packages that use SnmpInt32 Package Description org.opennms.protocols.snmp SNMP protocol datastructure implementation (PDUs, sessions, requests, etc.) -
-
Uses of SnmpInt32 in org.opennms.protocols.snmp
Methods in org.opennms.protocols.snmp with parameters of type SnmpInt32 Modifier and Type Method Description static Integer
SnmpInt32. toInteger(SnmpInt32 val)
Constructors in org.opennms.protocols.snmp with parameters of type SnmpInt32 Constructor Description SnmpInt32(SnmpInt32 second)
Class copy constructor.
-