SourceForge.net Logo

org.netsnmp.ASN
Class TIMETICKS

java.lang.Object
  |
  +--org.netsnmp.ASN.ASNValue
        |
        +--org.netsnmp.ASN.COUNTER
              |
              +--org.netsnmp.ASN.TIMETICKS
All Implemented Interfaces:
Comparable, Serializable

public class TIMETICKS
extends COUNTER

Author:
Andrew E. Page aepage@users.sourceforge.net
See Also:
Serialized Form

Field Summary
static ASN_TYPE type
           
 
Fields inherited from class org.netsnmp.ASN.COUNTER
data
 
Constructor Summary
TIMETICKS(long data)
          Creates a new instance of TIMETICKS
 
Method Summary
 int asn_type()
           
 ASN_TYPE type()
           
 
Methods inherited from class org.netsnmp.ASN.COUNTER
toInt64, toJavaObject
 
Methods inherited from class org.netsnmp.ASN.ASNValue
compareTo, toBoolean, toInt, toOBJECTID, toOctetString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public static final ASN_TYPE type
Constructor Detail

TIMETICKS

public TIMETICKS(long data)
Creates a new instance of TIMETICKS

Method Detail

asn_type

public int asn_type()
Overrides:
asn_type in class COUNTER

type

public ASN_TYPE type()
Overrides:
type in class COUNTER

SourceForge.net Logo