All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aka.snmp.TypeInt

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

public class TypeInt
extends Type
Representation of SNMP INTEGER type.

See Also:
Type

Method Index

 o BERSerialize()
SNMP protocol conversion.
 o main(String[])
Test Harness
 o toString()
Return a String representation of the type

Methods

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

Overrides:
BERSerialize in class Type
 o toString
 public String toString()
Return a String representation of the type

Overrides:
toString in class Object
 o main
 public static void main(String args[])
Test Harness


All Packages  Class Hierarchy  This Package  Previous  Next  Index