Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.neuron.jaffer
Interface DSI_Constants  view DSI_Constants download DSI_Constants.java

All Known Implementing Classes:
Decode, DSI_Packet, Main

public interface DSI_Constants


Field Summary
static int CMD_ATTENTION
           
static int CMD_CLOSE_SESSION
           
static int CMD_COMMAND
           
static int CMD_GET_STATUS
           
static int CMD_OPEN_SESSION
           
static int CMD_TICKLE
           
static int CMD_WRITE
           
static java.lang.String[] COMMAND
           
static int DSI_REPLY
           
static int DSI_REQUEST
           
static int OPT_ATTN_QUANT
           
static int OPT_SERV_QUANT
           
 

Field Detail

DSI_REQUEST

public static final int DSI_REQUEST
See Also:
Constant Field Values

DSI_REPLY

public static final int DSI_REPLY
See Also:
Constant Field Values

OPT_SERV_QUANT

public static final int OPT_SERV_QUANT
See Also:
Constant Field Values

OPT_ATTN_QUANT

public static final int OPT_ATTN_QUANT
See Also:
Constant Field Values

CMD_CLOSE_SESSION

public static final int CMD_CLOSE_SESSION
See Also:
Constant Field Values

CMD_COMMAND

public static final int CMD_COMMAND
See Also:
Constant Field Values

CMD_GET_STATUS

public static final int CMD_GET_STATUS
See Also:
Constant Field Values

CMD_OPEN_SESSION

public static final int CMD_OPEN_SESSION
See Also:
Constant Field Values

CMD_TICKLE

public static final int CMD_TICKLE
See Also:
Constant Field Values

CMD_WRITE

public static final int CMD_WRITE
See Also:
Constant Field Values

CMD_ATTENTION

public static final int CMD_ATTENTION
See Also:
Constant Field Values

COMMAND

public static final java.lang.String[] COMMAND