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.


Constructor Index

 o SnmpGauge(long)
Constructor requires a long as it's argument

Method Index

 o toTagString()
To convert the object to a printable string tagged with Gauge:

Constructors

 o SnmpGauge
 public SnmpGauge(long s)
Constructor requires a long as it's argument

Methods

 o 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