com.jpragma.snmp.asn.ber
Interface BerType


public interface BerType

ASN.1/SMI types constants.

Author:
Isaac Levin

Field Summary
static byte BIT_STRING
           
static byte BOOLEAN
           
static byte COUNTER32
           
static byte GAUGE32
           
static byte GET_NEXT_REQUEST_PDU
           
static byte GET_REQUEST_PDU
           
static byte GET_RESPONSE_PDU
           
static byte INTEGER
           
static byte IPADDRESS
           
static byte NULL
           
static byte OCTET_STRING
           
static byte OID
           
static byte SEQUENCE
           
static byte SET_REQUEST_PDU
           
static byte TIME_TICKS
           
static byte TRAP_PDU
           
static byte UINTEGER32
           
 

Field Detail

BOOLEAN

static final byte BOOLEAN
See Also:
Constant Field Values

INTEGER

static final byte INTEGER
See Also:
Constant Field Values

BIT_STRING

static final byte BIT_STRING
See Also:
Constant Field Values

OCTET_STRING

static final byte OCTET_STRING
See Also:
Constant Field Values

NULL

static final byte NULL
See Also:
Constant Field Values

OID

static final byte OID
See Also:
Constant Field Values

SEQUENCE

static final byte SEQUENCE
See Also:
Constant Field Values

IPADDRESS

static final byte IPADDRESS
See Also:
Constant Field Values

COUNTER32

static final byte COUNTER32
See Also:
Constant Field Values

GAUGE32

static final byte GAUGE32
See Also:
Constant Field Values

TIME_TICKS

static final byte TIME_TICKS
See Also:
Constant Field Values

UINTEGER32

static final byte UINTEGER32
See Also:
Constant Field Values

GET_REQUEST_PDU

static final byte GET_REQUEST_PDU
See Also:
Constant Field Values

GET_NEXT_REQUEST_PDU

static final byte GET_NEXT_REQUEST_PDU
See Also:
Constant Field Values

GET_RESPONSE_PDU

static final byte GET_RESPONSE_PDU
See Also:
Constant Field Values

SET_REQUEST_PDU

static final byte SET_REQUEST_PDU
See Also:
Constant Field Values

TRAP_PDU

static final byte TRAP_PDU
See Also:
Constant Field Values