FileDocCategorySizeDatePackage
SnmpDataTypeEnums.javaAPI DocJava SE 5 API3799Fri Aug 26 14:55:02 BST 2005com.sun.jmx.snmp

SnmpDataTypeEnums

public interface SnmpDataTypeEnums
Contains SNMP data type constants. All members are static and can be used by any application.

This API is a Sun Microsystems internal API and is subject to change without notice.

version
4.10 12/19/03
author
Sun Microsystems, Inc
author
Cisco Systems, Inc.

Fields Summary
public static final int
BooleanTag
ASN.1 tag for representing the boolean type.
public static final int
IntegerTag
ASN.1 tag for representing the integer type.
public static final int
BitStringTag
ASN.1 tag for representing the bit string type.
public static final int
OctetStringTag
ASN.1 tag for representing the octet string type.
public static final int
NullTag
ASN.1 tag for representing the null type.
public static final int
ObjectIdentiferTag
ASN.1 tag for representing the Object Identifier type.
public static final int
UnknownSyntaxTag
Represents a unknown syntax type. No meaning in an ASN.1 context.
public static final int
SequenceTag
ASN.1 tag for a SEQUENCE or SEQUENCE OF.
public static final int
TableTag
Represents an SNMP table. No meaning in an ASN.1 context.
public static final int
ApplFlag
ASN.1 Tag for application context.
public static final int
CtxtFlag
ASN.1 tag for implicit context.
public static final int
IpAddressTag
ASN.1 tag for representing an IP address as defined in RFC 1155.
public static final int
CounterTag
ASN.1 tag for representing a Counter32 as defined in RFC 1155.
public static final int
GaugeTag
ASN.1 tag for representing a Gauge32 as defined in RFC 1155.
public static final int
TimeticksTag
ASN.1 tag for representing a Timeticks as defined in RFC 1155.
public static final int
OpaqueTag
ASN.1 tag for representing an Opaque type as defined in RFC 1155.
public static final int
Counter64Tag
ASN.1 tag for representing a Counter64 as defined in RFC 1155.
public static final int
NsapTag
ASN.1 tag for representing an Nsap as defined in RFC 1902.
public static final int
UintegerTag
ASN.1 tag for representing an Unsigned32 integer as defined in RFC 1902.
public static final int
errNoSuchObjectTag
ASN.1 tag for representing a NoSuchObject as defined in RFC 1902.
public static final int
errNoSuchInstanceTag
ASN.1 tag for representing a NoSuchInstance as defined in RFC 1902.
public static final int
errEndOfMibViewTag
ASN.1 tag for representing an EndOfMibView as defined in RFC 1902.
Constructors Summary
Methods Summary