public interface SnmpValue
| Modifier and Type | Field and Description | 
|---|---|
static int | 
SNMP_COUNTER32  | 
static int | 
SNMP_COUNTER64  | 
static int | 
SNMP_END_OF_MIB  | 
static int | 
SNMP_GAUGE32  | 
static int | 
SNMP_INT32  | 
static int | 
SNMP_IPADDRESS  | 
static int | 
SNMP_NO_SUCH_INSTANCE  | 
static int | 
SNMP_NO_SUCH_OBJECT  | 
static int | 
SNMP_NULL  | 
static int | 
SNMP_OBJECT_IDENTIFIER  | 
static int | 
SNMP_OCTET_STRING  | 
static int | 
SNMP_OPAQUE  | 
static int | 
SNMP_TIMETICKS  | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getBytes()  | 
int | 
getType()  | 
boolean | 
isDisplayable()  | 
boolean | 
isEndOfMib()  | 
boolean | 
isError()  | 
boolean | 
isNull()  | 
boolean | 
isNumeric()  | 
BigInteger | 
toBigInteger()  | 
String | 
toDisplayString()  | 
String | 
toHexString()  | 
InetAddress | 
toInetAddress()  | 
int | 
toInt()  | 
long | 
toLong()  | 
SnmpObjId | 
toSnmpObjId()  | 
static final int SNMP_INT32
static final int SNMP_OCTET_STRING
static final int SNMP_NULL
static final int SNMP_OBJECT_IDENTIFIER
static final int SNMP_IPADDRESS
static final int SNMP_COUNTER32
static final int SNMP_GAUGE32
static final int SNMP_TIMETICKS
static final int SNMP_OPAQUE
static final int SNMP_COUNTER64
static final int SNMP_NO_SUCH_OBJECT
static final int SNMP_NO_SUCH_INSTANCE
static final int SNMP_END_OF_MIB
boolean isEndOfMib()
boolean isError()
boolean isNull()
boolean isDisplayable()
boolean isNumeric()
int toInt()
String toDisplayString()
InetAddress toInetAddress()
long toLong()
BigInteger toBigInteger()
String toHexString()
int getType()
byte[] getBytes()
SnmpObjId toSnmpObjId()
Copyright © 2021. All rights reserved.