All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aka.snmp.TypeIPAddress

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

public class TypeIPAddress
extends Type
SNMP IP Address type

See Also:
Type

Method Index

 o BERSerialize()
SNMP protocol conversion.
 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

All Packages  Class Hierarchy  This Package  Previous  Next  Index