snmp
Class SNMPTimeTicks

java.lang.Object
  |
  +--snmp.SNMPObject
        |
        +--snmp.SNMPInteger
              |
              +--snmp.SNMPTimeTicks

public class SNMPTimeTicks
extends SNMPInteger

SNMP datatype used to represent time value. Just extension of SNMPInteger.


Field Summary
protected  byte tag
           
 
Fields inherited from class snmp.SNMPInteger
value
 
Constructor Summary
SNMPTimeTicks()
           
SNMPTimeTicks(byte[] enc)
           
SNMPTimeTicks(long value)
           
 
Methods inherited from class snmp.SNMPInteger
extractValueFromBEREncoding, getBEREncoding, getValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tag

protected byte tag
Constructor Detail

SNMPTimeTicks

public SNMPTimeTicks()

SNMPTimeTicks

public SNMPTimeTicks(long value)

SNMPTimeTicks

public SNMPTimeTicks(byte[] enc)
              throws SNMPBadValueException