All Packages Class Hierarchy This Package Previous Next Index
Class jsnmp.SnmpNull
java.lang.Object
|
+----jsnmp.SnmpVar
|
+----jsnmp.SnmpNull
- public class SnmpNull
- extends SnmpVar
-
value
-
-
SnmpNull()
-
-
decode(ByteArrayInputStream, int)
- ASN decoder
-
encode()
- ASN encoder
-
getValue()
- Function to return value of SNMP variable as an appropriate Object type,
in this case returns null.
-
toString()
- To convert the object to a printable string
value
private int value
SnmpNull
public SnmpNull()
getValue
public Object getValue()
- Function to return value of SNMP variable as an appropriate Object type,
in this case returns null.
- Overrides:
- getValue in class SnmpVar
toString
public String toString()
- To convert the object to a printable string
- Overrides:
- toString in class SnmpVar
encode
public byte[] encode()
- ASN encoder
- Overrides:
- encode in class SnmpVar
decode
public void decode(ByteArrayInputStream b,
int length) throws SnmpException
- ASN decoder
- Overrides:
- decode in class SnmpVar
All Packages Class Hierarchy This Package Previous Next Index