Interface jada.tuple.TupleNetConst
All Packages Class Hierarchy This Package Previous Next Index
Interface jada.tuple.TupleNetConst
- public interface TupleNetConst
- extends Object
This interface contains a set of shared consts for the jada package.
Any class that wants to access these consts must implement this
interface
-
DEFAULT_PORT
- The default port.
-
END_OPCODE
-
-
IN_OPCODE
- The server requests opcode.
-
MULTI_FLAG
-
-
NB_FLAG
-
-
OUT_OPCODE
-
-
PRINT_OPCODE
-
-
READ_OPCODE
-
-
RESET_OPCODE
-
DEFAULT_PORT
public final static int DEFAULT_PORT
- The default port.
IN_OPCODE
public final static int IN_OPCODE
- The server requests opcode.
READ_OPCODE
public final static int READ_OPCODE
OUT_OPCODE
public final static int OUT_OPCODE
PRINT_OPCODE
public final static int PRINT_OPCODE
RESET_OPCODE
public final static int RESET_OPCODE
END_OPCODE
public final static int END_OPCODE
MULTI_FLAG
public final static int MULTI_FLAG
NB_FLAG
public final static int NB_FLAG
All Packages Class Hierarchy This Package Previous Next Index