Interface SnmpValue

    • Method Detail

      • isEndOfMib

        boolean isEndOfMib()
      • isError

        boolean isError()
      • isNull

        boolean isNull()
      • isDisplayable

        boolean isDisplayable()
      • isNumeric

        boolean isNumeric()
      • toInt

        int toInt()
      • toDisplayString

        java.lang.String toDisplayString()
      • toInetAddress

        java.net.InetAddress toInetAddress()
      • toLong

        long toLong()
      • toBigInteger

        java.math.BigInteger toBigInteger()
      • toHexString

        java.lang.String toHexString()
      • getType

        int getType()
      • getBytes

        byte[] getBytes()