wttools.protocols.snmp
Interface SnmpStatusEnumeration


public interface SnmpStatusEnumeration

SnmpStatusEnumeration.java Created: Saturday Dec 08 2001

Version:
$Revision: 1.1 $
Author:
Kantharaj B R

Field Summary
static byte ASN_CONSTRUTOR
          ASN Commands
static byte ASN_CONTEXT
          ASN Commands
static byte ASN_PREFIX
          ASN Commands
static int snmpBadValue
          Six error types as defined in the RFC1157
static int snmpGeneralError
          Six error types as defined in the RFC1157
static byte snmpGetCommand
          SNMP Operations
static byte snmpGetNextCommand
          SNMP Operations
static byte snmpGetResponseCommand
          SNMP Operations
static int snmpNoError
          Six error types as defined in the RFC1157
static int snmpNoSuchName
          Six error types as defined in the RFC1157
static int snmpReadOnly
          Six error types as defined in the RFC1157
static byte snmpSetCommand
          SNMP Operations
static int snmpTooBig
          Six error types as defined in the RFC1157
static byte snmpVersion
          Describe the SNMP version constant snmpVersion here.
 

Field Detail

snmpVersion

public static final byte snmpVersion
Describe the SNMP version constant snmpVersion here.

ASN_CONTEXT

public static final byte ASN_CONTEXT
ASN Commands

ASN_CONSTRUTOR

public static final byte ASN_CONSTRUTOR
ASN Commands

ASN_PREFIX

public static final byte ASN_PREFIX
ASN Commands

snmpGetCommand

public static final byte snmpGetCommand
SNMP Operations

snmpGetNextCommand

public static final byte snmpGetNextCommand
SNMP Operations

snmpGetResponseCommand

public static final byte snmpGetResponseCommand
SNMP Operations

snmpSetCommand

public static final byte snmpSetCommand
SNMP Operations

snmpNoError

public static final int snmpNoError
Six error types as defined in the RFC1157

snmpTooBig

public static final int snmpTooBig
Six error types as defined in the RFC1157

snmpNoSuchName

public static final int snmpNoSuchName
Six error types as defined in the RFC1157

snmpBadValue

public static final int snmpBadValue
Six error types as defined in the RFC1157

snmpReadOnly

public static final int snmpReadOnly
Six error types as defined in the RFC1157

snmpGeneralError

public static final int snmpGeneralError
Six error types as defined in the RFC1157


Copyright © GNU, wttools developers Team.