All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jsnmp.SnmpTimeticks

java.lang.Object
   |
   +----jsnmp.SnmpVar
           |
           +----jsnmp.SnmpUnsignedInt
                   |
                   +----jsnmp.SnmpTimeticks

public class SnmpTimeticks
extends SnmpUnsignedInt

Constructor Index

 o SnmpTimeticks(int)
The constructor takes a long type as it's argument

Method Index

 o toString()
To convert the object to a printable string with # days, # hours, etc.

Constructors

 o SnmpTimeticks
 public SnmpTimeticks(int time)
The constructor takes a long type as it's argument

Methods

 o toString
 public String toString()
To convert the object to a printable string with # days, # hours, etc. :

Overrides:
toString in class SnmpUnsignedInt

All Packages  Class Hierarchy  This Package  Previous  Next  Index