com.sentilla.net.mimeo
Interface MimeoEnum


public interface MimeoEnum


Field Summary
static byte FLAGS_PROTOCOL_BITMASK
           
static byte FLAGS_PROTOCOL_BITSHIFT
           
static byte INPUT_advertise_match
           
static byte INPUT_advertise_mismatch
           
static byte INPUT_null
           
static byte INPUT_request_current
           
static byte INPUT_request_match
           
static byte INPUT_request_mismatch
           
static byte INPUT_request_new
           
static byte INPUT_request_share_old
           
static byte INPUT_share_current
           
static byte INPUT_share_done
           
static byte INPUT_share_match
           
static byte INPUT_share_new_mismatch
           
static byte INPUT_timeout
           
static byte INPUT_up_to_date
           
static byte MESSAGE_advertise
           
static byte MESSAGE_request
           
static byte MESSAGE_share
           
static byte NUM_INPUTS
           
static short OUTPUT_msg_advertise
           
static short OUTPUT_msg_request
           
static short OUTPUT_msg_share
           
static short OUTPUT_reset_request_backoff
           
static short OUTPUT_share_init_all
           
static short OUTPUT_share_init_requested
           
static short OUTPUT_timeout_set_adv
           
static short OUTPUT_timeout_set_req
           
static short OUTPUT_timeout_set_shr
           
static short OUTPUT_timeout_set_shri
           
static short OUTPUT_write_data
           
static short PROTOCOL_MTU
           
static short PROTOCOL_PORT
           
static short PROTOCOL_VERSION
           
static int SHARE_LENGTH
           
static int SHARE_LENGTH_LOG2
           
static byte STATE_advertise
           
static byte STATE_request
           
static byte STATE_share
           
static int TIMEOUT_advertise_minimum
           
static int TIMEOUT_advertise_rand_log2
           
static int TIMEOUT_advertise_randmask
           
static int TIMEOUT_request_rand_log2
           
static int TIMEOUT_request_randmask
           
static byte TIMEOUT_SET_advertise
           
static byte TIMEOUT_SET_request
           
static byte TIMEOUT_SET_share
           
static byte TIMEOUT_SET_share_init
           
static int TIMEOUT_share_init_minimum
           
static int TIMEOUT_share_init_rand_log2
           
static int TIMEOUT_share_minimum
           
static int TIMEOUT_share_rand_log2
           
static int TIMEOUT_share_randmask
           
static int TIMEOUT_slow_request_backoff
           
 

Field Detail

INPUT_null

static final byte INPUT_null
See Also:
Constant Field Values

INPUT_advertise_match

static final byte INPUT_advertise_match
See Also:
Constant Field Values

INPUT_advertise_mismatch

static final byte INPUT_advertise_mismatch
See Also:
Constant Field Values

INPUT_request_current

static final byte INPUT_request_current
See Also:
Constant Field Values

INPUT_request_match

static final byte INPUT_request_match
See Also:
Constant Field Values

INPUT_request_new

static final byte INPUT_request_new
See Also:
Constant Field Values

INPUT_request_share_old

static final byte INPUT_request_share_old
See Also:
Constant Field Values

INPUT_request_mismatch

static final byte INPUT_request_mismatch
See Also:
Constant Field Values

INPUT_share_current

static final byte INPUT_share_current
See Also:
Constant Field Values

INPUT_share_done

static final byte INPUT_share_done
See Also:
Constant Field Values

INPUT_share_match

static final byte INPUT_share_match
See Also:
Constant Field Values

INPUT_share_new_mismatch

static final byte INPUT_share_new_mismatch
See Also:
Constant Field Values

INPUT_timeout

static final byte INPUT_timeout
See Also:
Constant Field Values

INPUT_up_to_date

static final byte INPUT_up_to_date
See Also:
Constant Field Values

NUM_INPUTS

static final byte NUM_INPUTS
See Also:
Constant Field Values

STATE_advertise

static final byte STATE_advertise
See Also:
Constant Field Values

STATE_request

static final byte STATE_request
See Also:
Constant Field Values

STATE_share

static final byte STATE_share
See Also:
Constant Field Values

OUTPUT_msg_advertise

static final short OUTPUT_msg_advertise
See Also:
Constant Field Values

OUTPUT_msg_request

static final short OUTPUT_msg_request
See Also:
Constant Field Values

OUTPUT_msg_share

static final short OUTPUT_msg_share
See Also:
Constant Field Values

OUTPUT_reset_request_backoff

static final short OUTPUT_reset_request_backoff
See Also:
Constant Field Values

OUTPUT_share_init_all

static final short OUTPUT_share_init_all
See Also:
Constant Field Values

OUTPUT_share_init_requested

static final short OUTPUT_share_init_requested
See Also:
Constant Field Values

OUTPUT_timeout_set_adv

static final short OUTPUT_timeout_set_adv
See Also:
Constant Field Values

OUTPUT_timeout_set_req

static final short OUTPUT_timeout_set_req
See Also:
Constant Field Values

OUTPUT_timeout_set_shr

static final short OUTPUT_timeout_set_shr
See Also:
Constant Field Values

OUTPUT_timeout_set_shri

static final short OUTPUT_timeout_set_shri
See Also:
Constant Field Values

OUTPUT_write_data

static final short OUTPUT_write_data
See Also:
Constant Field Values

TIMEOUT_SET_advertise

static final byte TIMEOUT_SET_advertise
See Also:
Constant Field Values

TIMEOUT_SET_request

static final byte TIMEOUT_SET_request
See Also:
Constant Field Values

TIMEOUT_SET_share_init

static final byte TIMEOUT_SET_share_init
See Also:
Constant Field Values

TIMEOUT_SET_share

static final byte TIMEOUT_SET_share
See Also:
Constant Field Values

MESSAGE_advertise

static final byte MESSAGE_advertise
See Also:
Constant Field Values

MESSAGE_request

static final byte MESSAGE_request
See Also:
Constant Field Values

MESSAGE_share

static final byte MESSAGE_share
See Also:
Constant Field Values

TIMEOUT_advertise_minimum

static final int TIMEOUT_advertise_minimum
See Also:
Constant Field Values

TIMEOUT_advertise_rand_log2

static final int TIMEOUT_advertise_rand_log2
See Also:
Constant Field Values

TIMEOUT_request_rand_log2

static final int TIMEOUT_request_rand_log2
See Also:
Constant Field Values

TIMEOUT_share_init_minimum

static final int TIMEOUT_share_init_minimum
See Also:
Constant Field Values

TIMEOUT_share_init_rand_log2

static final int TIMEOUT_share_init_rand_log2
See Also:
Constant Field Values

TIMEOUT_share_minimum

static final int TIMEOUT_share_minimum
See Also:
Constant Field Values

TIMEOUT_share_rand_log2

static final int TIMEOUT_share_rand_log2
See Also:
Constant Field Values

TIMEOUT_slow_request_backoff

static final int TIMEOUT_slow_request_backoff
See Also:
Constant Field Values

TIMEOUT_advertise_randmask

static final int TIMEOUT_advertise_randmask
See Also:
Constant Field Values

TIMEOUT_request_randmask

static final int TIMEOUT_request_randmask
See Also:
Constant Field Values

TIMEOUT_share_randmask

static final int TIMEOUT_share_randmask
See Also:
Constant Field Values

SHARE_LENGTH_LOG2

static final int SHARE_LENGTH_LOG2
See Also:
Constant Field Values

SHARE_LENGTH

static final int SHARE_LENGTH
See Also:
Constant Field Values

FLAGS_PROTOCOL_BITSHIFT

static final byte FLAGS_PROTOCOL_BITSHIFT
See Also:
Constant Field Values

FLAGS_PROTOCOL_BITMASK

static final byte FLAGS_PROTOCOL_BITMASK
See Also:
Constant Field Values

PROTOCOL_PORT

static final short PROTOCOL_PORT
See Also:
Constant Field Values

PROTOCOL_VERSION

static final short PROTOCOL_VERSION
See Also:
Constant Field Values

PROTOCOL_MTU

static final short PROTOCOL_MTU
See Also:
Constant Field Values


Copyright © 2007 Sentilla Corporation. All Rights Reserved.