All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aka.snmp.PDUVariable

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

public class PDUVariable
extends Object
implements BERSerializable
This class implements a pair of SNMP Object ID and Type. It is used in PDU which stores a list these pairs

See Also:
PDU

Method Index

 o BERSerialize()
Create a sequence of characters that represent the pair.
 o toString()
Creates a String representation

Methods

 o BERSerialize
 public ByteBuffer BERSerialize()
Create a sequence of characters that represent the pair. according to the rules of SNMP Protocol.

 o toString
 public String toString()
Creates a String representation

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index