All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Snmp.SnmpVarBind

java.lang.Object
   |
   +----Snmp.SnmpVarBind

public class SnmpVarBind
extends Object
Class of SNMP Variable Binding. It contains an object identifier and an SnmpVar.


Variable Index

 o oid
The object identifier in the SnmpVarBind, not instantiated automatically.
 o variable
The SnmpVar, which is not instantiated automatically.

Constructor Index

 o SnmpVarBind()

Method Index

 o toString()
To convert the VarBind to a printable string Object ID: value
 o toTagString()
To convert the VarBind to a printable string on two lines, the first with Object ID: oid and the second with TYPE: value

Variables

 o oid
 public SnmpOID oid
The object identifier in the SnmpVarBind, not instantiated automatically.

 o variable
 public SnmpVar variable
The SnmpVar, which is not instantiated automatically.

Constructors

 o SnmpVarBind
 public SnmpVarBind()

Methods

 o toString
 public String toString()
To convert the VarBind to a printable string Object ID: value

Overrides:
toString in class Object
 o toTagString
 public String toTagString()
To convert the VarBind to a printable string on two lines, the first with Object ID: oid and the second with TYPE: value


All Packages  Class Hierarchy  This Package  Previous  Next  Index