Interface SysUpTime

  • All Known Implementing Classes:
    SNMPv2MIB.SysUpTimeImpl

    public interface SysUpTime
    The SysUpTime interface defines how the system's up-time can be accessed.
    Version:
    1.0
    Author:
    Frank Fock
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.snmp4j.smi.TimeTicks get()
      Returns the system's up-time in 1/100 seconds.
    • Method Detail

      • get

        org.snmp4j.smi.TimeTicks get()
        Returns the system's up-time in 1/100 seconds.
        Returns:
        a TimeTicks instance.