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.
-
oid
- The object identifier in the SnmpVarBind, not instantiated automatically.
-
variable
- The SnmpVar, which is not instantiated automatically.
-
SnmpVarBind()
-
-
toString()
- To convert the VarBind to a printable string Object ID: value
-
toTagString()
- To convert the VarBind to a printable string on two lines,
the first with Object ID: oid and the second with TYPE: value
oid
public SnmpOID oid
- The object identifier in the SnmpVarBind, not instantiated automatically.
variable
public SnmpVar variable
- The SnmpVar, which is not instantiated automatically.
SnmpVarBind
public SnmpVarBind()
toString
public String toString()
- To convert the VarBind to a printable string Object ID: value
- Overrides:
- toString in class Object
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