snmp
Class SNMPTimeTicks

java.lang.Object
  extended bysnmp.SNMPObject
      extended bysnmp.SNMPInteger
          extended bysnmp.SNMPTimeTicks

public class SNMPTimeTicks
extends SNMPInteger

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


Field Summary
 
Fields inherited from class snmp.SNMPInteger
tag, value
 
Constructor Summary
  SNMPTimeTicks()
           
protected SNMPTimeTicks(byte[] enc)
           
  SNMPTimeTicks(long value)
          The long value is truncated to 32 bits for SNMP v2 compatibility.
 
Methods inherited from class snmp.SNMPInteger
extractValueFromBEREncoding, getBEREncoding, getValue, setValue, toString, toString
 
Methods inherited from class snmp.SNMPObject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SNMPTimeTicks

public SNMPTimeTicks()

SNMPTimeTicks

public SNMPTimeTicks(long value)
The long value is truncated to 32 bits for SNMP v2 compatibility.


SNMPTimeTicks

protected SNMPTimeTicks(byte[] enc)
                 throws SNMPBadValueException