All Packages Class Hierarchy This Package Previous Next Index
Class Snmp.SnmpTimeticks
java.lang.Object
|
+----Snmp.SnmpVar
|
+----Snmp.SnmpUnsignedInt
|
+----Snmp.SnmpTimeticks
- public class SnmpTimeticks
- extends SnmpUnsignedInt
Class of SNMP Timeticks Variable - Sub-class of SnmpVar
-
SnmpTimeticks(long)
- The constructor takes a long type as it's argument
-
toShortString()
- To convert the object to a printable string with Nd HH:MM:SS
-
toString()
- To convert the object to a printable string with # days, # hours, etc.
-
toTagString()
- To convert the object to a printable string tagged with TimeTicks:
SnmpTimeticks
public SnmpTimeticks(long s)
- The constructor takes a long type as it's argument
toString
public String toString()
- To convert the object to a printable string with # days, # hours, etc. :
- Overrides:
- toString in class SnmpUnsignedInt
toShortString
public String toShortString()
- To convert the object to a printable string with Nd HH:MM:SS
toTagString
public String toTagString()
- To convert the object to a printable string tagged with TimeTicks:
- Overrides:
- toTagString in class SnmpUnsignedInt
All Packages Class Hierarchy This Package Previous Next Index