|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SnmpDataTypeEnums
Contains SNMP data type constants. All members are static and can be used by any application.
Field Summary | |
---|---|
static int |
ApplFlag
ASN.1 Tag for application context. |
static int |
BitStringTag
ASN.1 tag for representing the bit string type. |
static int |
BooleanTag
ASN.1 tag for representing the boolean type. |
static int |
Counter64Tag
ASN.1 tag for representing a Counter64 as defined in RFC 1155. |
static int |
CounterTag
ASN.1 tag for representing a Counter32 as defined in RFC 1155. |
static int |
CtxtFlag
ASN.1 tag for implicit context. |
static int |
errEndOfMibViewTag
ASN.1 tag for representing an EndOfMibView as defined in RFC 1902. |
static int |
errNoSuchInstanceTag
ASN.1 tag for representing a NoSuchInstance as defined in RFC 1902. |
static int |
errNoSuchObjectTag
ASN.1 tag for representing a NoSuchObject as defined in RFC 1902. |
static int |
GaugeTag
ASN.1 tag for representing a Gauge32 as defined in RFC 1155. |
static int |
IntegerTag
ASN.1 tag for representing the integer type. |
static int |
IpAddressTag
ASN.1 tag for representing an IP address as defined in RFC 1155. |
static int |
NsapTag
ASN.1 tag for representing an Nsap as defined in RFC 1902. |
static int |
NullTag
ASN.1 tag for representing the null type. |
static int |
ObjectIdentiferTag
Deprecated. use ObjectIdentifierTag instead |
static int |
ObjectIdentifierTag
ASN.1 tag for representing the Object Identifier type. |
static int |
OctetStringTag
ASN.1 tag for representing the octet string type. |
static int |
OpaqueTag
ASN.1 tag for representing an Opaque type as defined in RFC 1155. |
static int |
SequenceTag
ASN.1 tag for a SEQUENCE or SEQUENCE OF . |
static int |
TableTag
Represents an SNMP table. |
static int |
TimeticksTag
ASN.1 tag for representing a Timeticks as defined in RFC 1155. |
static int |
UintegerTag
ASN.1 tag for representing an Unsigned32 integer as defined in RFC 1902. |
static int |
UnknownSyntaxTag
Represents a unknown syntax type. |
Field Detail |
---|
static final int BooleanTag
static final int IntegerTag
static final int BitStringTag
static final int OctetStringTag
static final int NullTag
static final int ObjectIdentifierTag
static final int ObjectIdentiferTag
ObjectIdentifierTag
insteadstatic final int UnknownSyntaxTag
static final int SequenceTag
SEQUENCE
or SEQUENCE OF
.
static final int TableTag
static final int ApplFlag
static final int CtxtFlag
static final int IpAddressTag
static final int CounterTag
Counter32
as defined in RFC 1155.
static final int GaugeTag
Gauge32
as defined in RFC 1155.
static final int TimeticksTag
Timeticks
as defined in RFC 1155.
static final int OpaqueTag
Opaque
type as defined in RFC 1155.
static final int Counter64Tag
Counter64
as defined in RFC 1155.
static final int NsapTag
Nsap
as defined in RFC 1902.
static final int UintegerTag
Unsigned32
integer as defined in RFC 1902.
static final int errNoSuchObjectTag
NoSuchObject
as defined in RFC 1902.
static final int errNoSuchInstanceTag
NoSuchInstance
as defined in RFC 1902.
static final int errEndOfMibViewTag
EndOfMibView
as defined in RFC 1902.
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |