Package org.netxms.client.constants
Class ASN
- java.lang.Object
-
- org.netxms.client.constants.ASN
-
public final class ASN extends Object
ASN.1 constants
-
-
Field Summary
Fields Modifier and Type Field Description static intBIT_STRINGstatic intCOUNTER32static intCOUNTER64static intGAUGE32static intGET_BULK_REQUEST_PDUstatic intGET_NEXT_REQUEST_PDUstatic intGET_REQUEST_PDUstatic intINFORM_REQUEST_PDUstatic intINTEGERstatic intIP_ADDRstatic intNO_SUCH_INSTANCEstatic intNO_SUCH_OBJECTstatic intNSAP_ADDRstatic intNULLstatic intOBJECT_IDstatic intOCTET_STRINGstatic intOPAQUEstatic intREPORT_PDUstatic intRESPONSE_PDUstatic intSEQUENCEstatic intSET_REQUEST_PDUstatic intTIMETICKSstatic intTRAP_V1_PDUstatic intTRAP_V2_PDUstatic intUINTEGER32
-
Constructor Summary
Constructors Constructor Description ASN()
-
-
-
Field Detail
-
INTEGER
public static final int INTEGER
- See Also:
- Constant Field Values
-
BIT_STRING
public static final int BIT_STRING
- See Also:
- Constant Field Values
-
OCTET_STRING
public static final int OCTET_STRING
- See Also:
- Constant Field Values
-
NULL
public static final int NULL
- See Also:
- Constant Field Values
-
OBJECT_ID
public static final int OBJECT_ID
- See Also:
- Constant Field Values
-
SEQUENCE
public static final int SEQUENCE
- See Also:
- Constant Field Values
-
IP_ADDR
public static final int IP_ADDR
- See Also:
- Constant Field Values
-
COUNTER32
public static final int COUNTER32
- See Also:
- Constant Field Values
-
GAUGE32
public static final int GAUGE32
- See Also:
- Constant Field Values
-
TIMETICKS
public static final int TIMETICKS
- See Also:
- Constant Field Values
-
OPAQUE
public static final int OPAQUE
- See Also:
- Constant Field Values
-
NSAP_ADDR
public static final int NSAP_ADDR
- See Also:
- Constant Field Values
-
COUNTER64
public static final int COUNTER64
- See Also:
- Constant Field Values
-
UINTEGER32
public static final int UINTEGER32
- See Also:
- Constant Field Values
-
NO_SUCH_OBJECT
public static final int NO_SUCH_OBJECT
- See Also:
- Constant Field Values
-
NO_SUCH_INSTANCE
public static final int NO_SUCH_INSTANCE
- See Also:
- Constant Field Values
-
GET_REQUEST_PDU
public static final int GET_REQUEST_PDU
- See Also:
- Constant Field Values
-
GET_NEXT_REQUEST_PDU
public static final int GET_NEXT_REQUEST_PDU
- See Also:
- Constant Field Values
-
RESPONSE_PDU
public static final int RESPONSE_PDU
- See Also:
- Constant Field Values
-
SET_REQUEST_PDU
public static final int SET_REQUEST_PDU
- See Also:
- Constant Field Values
-
TRAP_V1_PDU
public static final int TRAP_V1_PDU
- See Also:
- Constant Field Values
-
GET_BULK_REQUEST_PDU
public static final int GET_BULK_REQUEST_PDU
- See Also:
- Constant Field Values
-
INFORM_REQUEST_PDU
public static final int INFORM_REQUEST_PDU
- See Also:
- Constant Field Values
-
TRAP_V2_PDU
public static final int TRAP_V2_PDU
- See Also:
- Constant Field Values
-
REPORT_PDU
public static final int REPORT_PDU
- See Also:
- Constant Field Values
-
-