All Packages Class Hierarchy This Package Previous Next Index
Class Snmp.SnmpGauge
java.lang.Object
|
+----Snmp.SnmpVar
|
+----Snmp.SnmpUnsignedInt
|
+----Snmp.SnmpGauge
- public class SnmpGauge
- extends SnmpUnsignedInt
Class of SNMP Gauge Variable - Sub-class of SnmpUnsignedInt
The superclass's toString() and longValue() methods will
be used often.
-
SnmpGauge(long)
- Constructor requires a long as it's argument
-
toTagString()
- To convert the object to a printable string tagged with Gauge:
SnmpGauge
public SnmpGauge(long s)
- Constructor requires a long as it's argument
toTagString
public String toTagString()
- To convert the object to a printable string tagged with Gauge:
- Overrides:
- toTagString in class SnmpUnsignedInt
All Packages Class Hierarchy This Package Previous Next Index