Uses of Class
org.snmp4j.smi.TimeTicks
-
Packages that use TimeTicks Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.smi Provides classes for the representation of SMIv1/v2 data types (which also includes some basic ASN.1 primitive data types).org.snmp4j.tools.console -
-
Uses of TimeTicks in org.snmp4j
Fields in org.snmp4j declared as TimeTicks Modifier and Type Field Description private TimeTicks
PDUv1. timestamp
-
Uses of TimeTicks in org.snmp4j.smi
Constructors in org.snmp4j.smi with parameters of type TimeTicks Constructor Description TimeTicks(TimeTicks other)
Copy constructor. -
Uses of TimeTicks in org.snmp4j.tools.console
Fields in org.snmp4j.tools.console declared as TimeTicks Modifier and Type Field Description (package private) TimeTicks
SnmpCommand. sysUpTime
Methods in org.snmp4j.tools.console with parameters of type TimeTicks Modifier and Type Method Description private void
SnmpCommand. checkTrapVariables(java.util.List<VariableBinding> vbs, int pduType, OID trapOID, TimeTicks sysUpTime)
-