All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Snmp.SnmpOpaque

java.lang.Object
   |
   +----Snmp.SnmpVar
           |
           +----Snmp.SnmpString
                   |
                   +----Snmp.SnmpOpaque

public class SnmpOpaque
extends SnmpString
Class of SNMP Opaque Variable - Sub-class of SnmpString.


Constructor Index

 o SnmpOpaque(String)
Constructor takes a String object as its argument

Method Index

 o toTagString()
To convert the object to a printable string tagged with OPAQUE:

Constructors

 o SnmpOpaque
 public SnmpOpaque(String s)
Constructor takes a String object as its argument

Methods

 o toTagString
 public String toTagString()
To convert the object to a printable string tagged with OPAQUE:

Overrides:
toTagString in class SnmpString

All Packages  Class Hierarchy  This Package  Previous  Next  Index