SourceForge.net Logo

Uses of Class
org.netsnmp.NetSNMPBadValue

Packages that use NetSNMPBadValue
org.netsnmp   
org.netsnmp.ASN   
 

Uses of NetSNMPBadValue in org.netsnmp
 

Subclasses of NetSNMPBadValue in org.netsnmp
 class NetSNMPNoSuchInstance
           
 

Methods in org.netsnmp that throw NetSNMPBadValue
 boolean ASN_TYPE.toBoolean(byte[] data)
           
 int ASN_TYPE.toInt(byte[] data)
           
 long ASN_TYPE.toInt64(byte[] data)
           
 String ASN_TYPE.toString(byte[] data)
           
 

Uses of NetSNMPBadValue in org.netsnmp.ASN
 

Methods in org.netsnmp.ASN that throw NetSNMPBadValue
 boolean ASNValue.toBoolean()
          Converts the value to a boolean.
 int ASNValue.toInt()
          Converts the value to a java int.
 long ASNValue.toInt64()
          Converts the value to java long.
 byte[] ASNValue.toOctetString()
          Converts the value to an integer.
 int[] ASNValue.toOBJECTID()
          Converts the value to an OBJECTOID
 


SourceForge.net Logo