com.amx.duet.tools.net.snmp.api
Class SNMPTimeTicks

java.lang.Object
  extended bycom.amx.duet.tools.net.snmp.api.SNMPObject
      extended bycom.amx.duet.tools.net.snmp.api.SNMPInteger
          extended bycom.amx.duet.tools.net.snmp.api.SNMPTimeTicks

public class SNMPTimeTicks
extends SNMPInteger

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


Constructor Summary
SNMPTimeTicks()
           
SNMPTimeTicks(long value)
          The long value is truncated to 32 bits for SNMP v2 compatibility.
 
Methods inherited from class com.amx.duet.tools.net.snmp.api.SNMPInteger
extractValueFromBEREncoding, getValue, setValue, toString, toString
 
Methods inherited from class com.amx.duet.tools.net.snmp.api.SNMPObject
equals, hashCode
 
Methods inherited from class java.lang.Object
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.



Copyright © 2008 AMX LLC. All Rights Reserved.