Uses of Class
com.amx.duet.tools.net.snmp.api.SNMPInteger

Packages that use SNMPInteger
com.amx.duet.tools.net.snmp.api Provides SNMP communication classes and interfaces. 
 

Uses of SNMPInteger in com.amx.duet.tools.net.snmp.api
 

Subclasses of SNMPInteger in com.amx.duet.tools.net.snmp.api
 class SNMPCounter32
          Defines a 32-bit counter, whose value wraps if initialized with a larger value.
 class SNMPCounter64
          Defines a 64-bit counter, whose value wraps if initialized with a larger value.
 class SNMPGauge32
          Defines a 32-bit gauge, whose value "pegs" at the maximum if initialized with a larger value.
 class SNMPTimeTicks
          SNMP datatype used to represent time value.
 class SNMPUInteger32
          Defines a 32-bit unsigned integer value; wraps if initialized with a larger value.
 



Copyright © 2008 AMX LLC. All Rights Reserved.