|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SerialConnectionService
| Field Summary | |
|---|---|
static java.lang.String |
BAUDRATE_KEY
Define the baudrate key (String) constant. |
static java.lang.String |
COMPORT_KEY
Define the comport key (String) constant. |
static java.lang.String |
CONNECTION_TYPE
Define the connection type (String) constant. |
static int |
DATABITS_5
Define the databits5 (int) constant. |
static int |
DATABITS_6
Define the databits6 (int) constant. |
static int |
DATABITS_7
Define the databits7 (int) constant. |
static int |
DATABITS_8
Define the databits8 (int) constant. |
static java.lang.String |
DATABITS_KEY
Define the databits key (String) constant. |
static int |
DEFAULT_BAUDRATE
Define the default baudrate (int) constant. |
static int |
DEFAULT_COMPORT
Define the default comport (int) constant. |
static int |
DEFAULT_DATABITS
Define the default databits (int) constant. |
static int |
DEFAULT_HARDWAREFLOWCONTROL
Define the default hardwareflowcontrol (int) constant. |
static int |
DEFAULT_PARITY
Define the default parity (int) constant. |
static int |
DEFAULT_READINTERVALTIMEOUT
Define the default readintervaltimeout (int) constant. |
static int |
DEFAULT_READTOTALTIMEOUT
Define the default readtotaltimeout (int) constant. |
static int |
DEFAULT_SOFTWAREFLOWCONTROL
Define the default softwareflowcontrol (int) constant. |
static int |
DEFAULT_STOPBITS
Define the default stopbits (int) constant. |
static int |
DEFAULT_WRITETOTALTIMEOUT
Define the default writetotaltimeout (int) constant. |
static java.lang.String |
FACTORY_SERVICE_NAME
Define the OSGi factory service name. |
static java.lang.String |
HARDWAREFLOWCONTROL_KEY
Define the hardwareflowcontrol key (String) constant. |
static int |
PARITY_EVEN
Define the parity even (int) constant. |
static java.lang.String |
PARITY_KEY
Define the parity key (String) constant. |
static int |
PARITY_MARK
Define the parity mark (int) constant. |
static int |
PARITY_NONE
Define the parity none (int) constant. |
static int |
PARITY_ODD
Define the parity odd (int) constant. |
static int |
PARITY_SPACE
Define the parity space (int) constant. |
static java.lang.String |
READINTERVALTIMEOUT_KEY
Define the readintervaltimeout key (String) constant. |
static java.lang.String |
READTOTALTIMEOUT_KEY
Define the readtotaltimeout key (String) constant. |
static java.lang.String |
SERVICE_NAME
Define the OSGi service name. |
static java.lang.String |
SOFTWAREFLOWCONTROL_KEY
Define the softwareflowcontrol key (String) constant. |
static int |
STOPBITS_1
Define the stopbits1 (int) constant. |
static int |
STOPBITS_1_5
Define the stopbits15 (int) constant. |
static int |
STOPBITS_2
Define the stopbits2 (int) constant. |
static java.lang.String |
STOPBITS_KEY
Define the stopbits key (String) constant. |
static java.lang.String |
WRITETOTALTIMEOUT_KEY
Define the writetotaltimeout key (String) constant. |
| Fields inherited from interface org.eclipse.soda.dk.connection.service.ConnectionService |
|---|
CONNECTION_KEY, DEFAULT_CONNECTION |
| Method Summary |
|---|
| Methods inherited from interface org.eclipse.soda.dk.connection.service.ConnectionService |
|---|
close, exit, flush, isOpen, open, read, read, write, write |
| Field Detail |
|---|
static final java.lang.String FACTORY_SERVICE_NAME
static final java.lang.String SERVICE_NAME
static final java.lang.String CONNECTION_TYPE
static final int PARITY_NONE
static final int PARITY_EVEN
static final int PARITY_ODD
static final int PARITY_MARK
static final int PARITY_SPACE
static final int STOPBITS_1
static final int STOPBITS_1_5
static final int STOPBITS_2
static final int DATABITS_5
static final int DATABITS_6
static final int DATABITS_7
static final int DATABITS_8
static final java.lang.String COMPORT_KEY
static final int DEFAULT_COMPORT
static final java.lang.String BAUDRATE_KEY
static final int DEFAULT_BAUDRATE
static final java.lang.String DATABITS_KEY
static final int DEFAULT_DATABITS
static final java.lang.String PARITY_KEY
static final int DEFAULT_PARITY
static final java.lang.String STOPBITS_KEY
static final int DEFAULT_STOPBITS
static final java.lang.String HARDWAREFLOWCONTROL_KEY
static final int DEFAULT_HARDWAREFLOWCONTROL
static final java.lang.String SOFTWAREFLOWCONTROL_KEY
static final int DEFAULT_SOFTWAREFLOWCONTROL
static final java.lang.String READTOTALTIMEOUT_KEY
static final int DEFAULT_READTOTALTIMEOUT
static final java.lang.String READINTERVALTIMEOUT_KEY
static final int DEFAULT_READINTERVALTIMEOUT
static final java.lang.String WRITETOTALTIMEOUT_KEY
static final int DEFAULT_WRITETOTALTIMEOUT
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||