|
2008-09-10 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SerialConnectionService
Serial Port (RS232) Connection. The device service interface defines the service to be registered for the SerialConnection device.
The list of exported services:
SerialConnectionService,
ConnectionService| Nested Class Summary | |
|---|---|
static interface |
SerialConnectionService.Hardwareflowcontrol
Define the Hardwareflowcontrol interface. |
static interface |
SerialConnectionService.Parity
Define the Parity interface. |
static interface |
SerialConnectionService.Softwareflowcontrol
Define the Softwareflowcontrol interface. |
static interface |
SerialConnectionService.Stopbits
Define the Stopbits interface. |
| Field Summary | |
|---|---|
static java.lang.String |
BAUDRATE
Custom parameter baudrate configuration key. |
static int |
BAUDRATE_DEFAULT
Custom parameter baudrate configuration default value. |
static java.lang.String |
BAUDRATE_KEY
Deprecated. use BAUDRATE |
static java.lang.String |
COMPORT
Custom parameter comport configuration key. |
static int |
COMPORT_DEFAULT
Custom parameter comport configuration default value. |
static java.lang.String |
COMPORT_KEY
Deprecated. use COMPORT |
static java.lang.String |
CONNECTION_TYPE
Define the connection type (String) constant. |
static java.lang.String |
DATABITS
Custom parameter databits configuration key. |
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 int |
DATABITS_DEFAULT
Custom parameter databits configuration default value. |
static java.lang.String |
DATABITS_KEY
Deprecated. use DATABITS |
static int |
DEFAULT_BAUDRATE
Custom parameter baudrate configuration default value. |
static int |
DEFAULT_COMPORT
Custom parameter comport configuration default value. |
static int |
DEFAULT_DATABITS
Custom parameter databits configuration default value. |
static int |
DEFAULT_HARDWAREFLOWCONTROL
Custom parameter hardwareflowcontrol configuration default value. |
static int |
DEFAULT_PARITY
Custom parameter parity configuration default value. |
static int |
DEFAULT_READINTERVALTIMEOUT
Custom parameter readintervaltimeout configuration default value. |
static int |
DEFAULT_READTOTALTIMEOUT
Custom parameter readtotaltimeout configuration default value. |
static int |
DEFAULT_SOFTWAREFLOWCONTROL
Custom parameter softwareflowcontrol configuration default value. |
static int |
DEFAULT_STOPBITS
Custom parameter stopbits configuration default value. |
static int |
DEFAULT_WRITETOTALTIMEOUT
Custom parameter writetotaltimeout configuration default value. |
static java.lang.String |
FACTORY_SERVICE_NAME
Define the OSGi factory service name. |
static java.lang.String |
HARDWAREFLOWCONTROL
Custom parameter hardwareflowcontrol configuration key. |
static int |
Hardwareflowcontrol_0
Define the Hardwareflowcontrol_0 enumeration value. |
static int |
HARDWAREFLOWCONTROL_0
Define the hardwareflowcontrol0 (int) constant. |
static int |
Hardwareflowcontrol_1
Define the Hardwareflowcontrol_1 enumeration value. |
static int |
HARDWAREFLOWCONTROL_1
Define the hardwareflowcontrol1 (int) constant. |
static int |
HARDWAREFLOWCONTROL_DEFAULT
Custom parameter hardwareflowcontrol configuration default value. |
static java.lang.String |
HARDWAREFLOWCONTROL_KEY
Deprecated. use HARDWAREFLOWCONTROL |
static java.lang.String |
MANAGED_SERVICE_NAME
Define the OSGi managed service name. |
static java.lang.String |
PARITY
Custom parameter parity configuration key. |
static int |
PARITY_DEFAULT
Custom parameter parity configuration default value. |
static int |
Parity_even
Define the Parity_even enumeration value. |
static int |
PARITY_EVEN
Define the parity even (int) constant. |
static java.lang.String |
PARITY_KEY
Deprecated. use PARITY |
static int |
Parity_mark
Define the Parity_mark enumeration value. |
static int |
Parity_none
Define the Parity_none enumeration value. |
static int |
PARITY_NONE
Define the parity none (int) constant. |
static int |
Parity_odd
Define the Parity_odd enumeration value. |
static int |
PARITY_ODD
Define the parity odd (int) constant. |
static int |
Parity_space
Define the Parity_space enumeration value. |
static int |
PARITY_SPACE
Define the parity space (int) constant. |
static java.lang.String |
READINTERVALTIMEOUT
Custom parameter readintervaltimeout configuration key. |
static int |
READINTERVALTIMEOUT_DEFAULT
Custom parameter readintervaltimeout configuration default value. |
static java.lang.String |
READINTERVALTIMEOUT_KEY
Deprecated. use READINTERVALTIMEOUT |
static java.lang.String |
READTOTALTIMEOUT
Custom parameter readtotaltimeout configuration key. |
static int |
READTOTALTIMEOUT_DEFAULT
Custom parameter readtotaltimeout configuration default value. |
static java.lang.String |
READTOTALTIMEOUT_KEY
Deprecated. use READTOTALTIMEOUT |
static java.lang.String |
SerialConnection
Define the SerialConnection key. |
static java.lang.String |
SERVICE_DESCRIPTION
Description of the test. |
static java.lang.String |
SERVICE_NAME
Define the OSGi service name. |
static java.lang.String |
SOFTWAREFLOWCONTROL
Custom parameter softwareflowcontrol configuration key. |
static int |
Softwareflowcontrol_0
Define the Softwareflowcontrol_0 enumeration value. |
static int |
SOFTWAREFLOWCONTROL_0
Define the softwareflowcontrol0 (int) constant. |
static int |
Softwareflowcontrol_1
Define the Softwareflowcontrol_1 enumeration value. |
static int |
SOFTWAREFLOWCONTROL_1
Define the softwareflowcontrol1 (int) constant. |
static int |
SOFTWAREFLOWCONTROL_DEFAULT
Custom parameter softwareflowcontrol configuration default value. |
static java.lang.String |
SOFTWAREFLOWCONTROL_KEY
Deprecated. use SOFTWAREFLOWCONTROL |
static java.lang.String |
STOPBITS
Custom parameter stopbits configuration key. |
static int |
Stopbits_1
Define the Stopbits_1 enumeration value. |
static int |
STOPBITS_1
Define the stopbits1 (int) constant. |
static int |
Stopbits_1_5
Define the Stopbits_1_5 enumeration value. |
static int |
STOPBITS_1_5
Define the stopbits15 (int) constant. |
static int |
Stopbits_2
Define the Stopbits_2 enumeration value. |
static int |
STOPBITS_2
Define the stopbits2 (int) constant. |
static int |
STOPBITS_DEFAULT
Custom parameter stopbits configuration default value. |
static java.lang.String |
STOPBITS_KEY
Deprecated. use STOPBITS |
static java.lang.String |
WRITETOTALTIMEOUT
Custom parameter writetotaltimeout configuration key. |
static int |
WRITETOTALTIMEOUT_DEFAULT
Custom parameter writetotaltimeout configuration default value. |
static java.lang.String |
WRITETOTALTIMEOUT_KEY
Deprecated. use WRITETOTALTIMEOUT |
| 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, setConfigurationInformation, write, write |
| Field Detail |
|---|
static final java.lang.String SERVICE_NAME
static final java.lang.String MANAGED_SERVICE_NAME
static final java.lang.String FACTORY_SERVICE_NAME
static final java.lang.String SerialConnection
static final java.lang.String COMPORT
static final java.lang.String COMPORT_KEY
static final int COMPORT_DEFAULT
COMPORT,
Constant Field Valuesstatic final int DEFAULT_COMPORT
COMPORT,
Constant Field Valuesstatic final java.lang.String BAUDRATE
static final java.lang.String BAUDRATE_KEY
static final int BAUDRATE_DEFAULT
BAUDRATE,
Constant Field Valuesstatic final int DEFAULT_BAUDRATE
BAUDRATE,
Constant Field Valuesstatic final java.lang.String DATABITS
static final java.lang.String DATABITS_KEY
static final int DATABITS_DEFAULT
DATABITS,
Constant Field Valuesstatic final int DEFAULT_DATABITS
DATABITS,
Constant Field Valuesstatic final java.lang.String PARITY
static final java.lang.String PARITY_KEY
static final int Parity_none
PARITY,
Parity_even,
Parity_odd,
Parity_mark,
Parity_space,
Constant Field Valuesstatic final int Parity_even
PARITY,
Parity_none,
Parity_odd,
Parity_mark,
Parity_space,
Constant Field Valuesstatic final int Parity_odd
PARITY,
Parity_none,
Parity_even,
Parity_mark,
Parity_space,
Constant Field Valuesstatic final int Parity_mark
PARITY,
Parity_none,
Parity_even,
Parity_odd,
Parity_space,
Constant Field Valuesstatic final int Parity_space
PARITY,
Parity_none,
Parity_even,
Parity_odd,
Parity_mark,
Constant Field Valuesstatic final int PARITY_DEFAULT
PARITY,
Constant Field Valuesstatic final int DEFAULT_PARITY
PARITY,
Constant Field Valuesstatic final java.lang.String STOPBITS
static final java.lang.String STOPBITS_KEY
static final int Stopbits_1
STOPBITS,
Stopbits_1_5,
Stopbits_2,
Constant Field Valuesstatic final int Stopbits_1_5
STOPBITS,
Stopbits_1,
Stopbits_2,
Constant Field Valuesstatic final int Stopbits_2
STOPBITS,
Stopbits_1,
Stopbits_1_5,
Constant Field Valuesstatic final int STOPBITS_DEFAULT
STOPBITS,
Constant Field Valuesstatic final int DEFAULT_STOPBITS
STOPBITS,
Constant Field Valuesstatic final java.lang.String HARDWAREFLOWCONTROL
static final java.lang.String HARDWAREFLOWCONTROL_KEY
static final int Hardwareflowcontrol_0
HARDWAREFLOWCONTROL,
Hardwareflowcontrol_1,
Constant Field Valuesstatic final int Hardwareflowcontrol_1
HARDWAREFLOWCONTROL,
Hardwareflowcontrol_0,
Constant Field Valuesstatic final int HARDWAREFLOWCONTROL_DEFAULT
HARDWAREFLOWCONTROL,
Constant Field Valuesstatic final int DEFAULT_HARDWAREFLOWCONTROL
HARDWAREFLOWCONTROL,
Constant Field Valuesstatic final java.lang.String SOFTWAREFLOWCONTROL
static final java.lang.String SOFTWAREFLOWCONTROL_KEY
static final int Softwareflowcontrol_0
SOFTWAREFLOWCONTROL,
Softwareflowcontrol_1,
Constant Field Valuesstatic final int Softwareflowcontrol_1
SOFTWAREFLOWCONTROL,
Softwareflowcontrol_0,
Constant Field Valuesstatic final int SOFTWAREFLOWCONTROL_DEFAULT
SOFTWAREFLOWCONTROL,
Constant Field Valuesstatic final int DEFAULT_SOFTWAREFLOWCONTROL
SOFTWAREFLOWCONTROL,
Constant Field Valuesstatic final java.lang.String READTOTALTIMEOUT
static final java.lang.String READTOTALTIMEOUT_KEY
static final int READTOTALTIMEOUT_DEFAULT
READTOTALTIMEOUT,
Constant Field Valuesstatic final int DEFAULT_READTOTALTIMEOUT
READTOTALTIMEOUT,
Constant Field Valuesstatic final java.lang.String READINTERVALTIMEOUT
static final java.lang.String READINTERVALTIMEOUT_KEY
static final int READINTERVALTIMEOUT_DEFAULT
READINTERVALTIMEOUT,
Constant Field Valuesstatic final int DEFAULT_READINTERVALTIMEOUT
READINTERVALTIMEOUT,
Constant Field Valuesstatic final java.lang.String WRITETOTALTIMEOUT
static final java.lang.String WRITETOTALTIMEOUT_KEY
static final int WRITETOTALTIMEOUT_DEFAULT
WRITETOTALTIMEOUT,
Constant Field Valuesstatic final int DEFAULT_WRITETOTALTIMEOUT
WRITETOTALTIMEOUT,
Constant Field Valuesstatic final java.lang.String SERVICE_DESCRIPTION
static final java.lang.String CONNECTION_TYPE
static final int DATABITS_5
static final int DATABITS_6
static final int DATABITS_7
static final int DATABITS_8
static final int HARDWAREFLOWCONTROL_0
static final int HARDWAREFLOWCONTROL_1
static final int PARITY_EVEN
static final int PARITY_NONE
static final int PARITY_ODD
static final int PARITY_SPACE
static final int SOFTWAREFLOWCONTROL_0
static final int SOFTWAREFLOWCONTROL_1
static final int STOPBITS_1
static final int STOPBITS_1_5
static final int STOPBITS_2
|
2008-09-10 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||