All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aka.snmp.TypeGauge

java.lang.Object
   |
   +----aka.snmp.Type
           |
           +----aka.snmp.TypeInt
                   |
                   +----aka.snmp.TypeGauge

public class TypeGauge
extends TypeInt
SNMP GAUGE type

See Also:
TypeInt, Type

Method Index

 o BERSerialize()
SNMP protocol conversion.

Methods

 o BERSerialize
 public ByteBuffer BERSerialize()
SNMP protocol conversion. Convert the variable to a sequence of btyes, according to SNMP Protocol rules.

Overrides:
BERSerialize in class TypeInt

All Packages  Class Hierarchy  This Package  Previous  Next  Index