All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aka.snmp.Type

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

public abstract class Type
extends Object
implements BERSerializable, Serializable
Base class for SNMP type system


Constructor Index

 o Type()

Method Index

 o BERSerialize()
Convert the variable to a sequence of character, according to SNMP Protocol rules.
 o main(String[])
Test harness

Constructors

 o Type
 protected Type()

Methods

 o BERSerialize
 public abstract ByteBuffer BERSerialize()
Convert the variable to a sequence of character, according to SNMP Protocol rules.

 o main
 public static void main(String args[])
Test harness


All Packages  Class Hierarchy  This Package  Previous  Next  Index