|
2010-01-22 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectConnectionTransport
org.eclipse.soda.dk.matrix.lcd.transport.MatrixLcdTransport
public class MatrixLcdTransport
Matrix Lcd Transport.
The Device Kit properties CONNECTION_KEYS and default values.
| matrixlcdtransport.databits | 8 |
| matrixlcdtransport.comport | 1 |
| matrixlcdtransport.readtotaltimeout | 1000 |
| matrixlcdtransport.readintervaltimeout | 100 |
| matrixlcdtransport.hardwareflowcontrol | 0 |
| matrixlcdtransport.softwareflowcontrol | 0 |
| matrixlcdtransport.stopbits | 1 |
| matrixlcdtransport.writetotaltimeout | 100 |
| matrixlcdtransport.parity | none |
| matrixlcdtransport.baudrate | 19200 |
| matrixlcdtransport.writesize | -1 |
| matrixlcdtransport.linger | -1 |
| matrixlcdtransport.readsize | -1 |
| matrixlcdtransport.remoteport | 9234 |
| matrixlcdtransport.host | localhost |
| matrixlcdtransport.readtimeout | 1000 |
| matrixlcdtransport.localport | -1 |
| matrixlcdtransport.connection | serial |
The list of exported services:
MatrixLcdTransportService,
org.eclipse.soda.dk.transport.service.TransportService| Field Summary | |
|---|---|
static java.lang.String |
CLASS_NAME
Defines the full class name. |
| Constructor Summary | |
|---|---|
MatrixLcdTransport()
Constructs a new instance of the MatrixLcdTransport class. |
|
| Method Summary | |
|---|---|
ConnectionService |
getDefaultConnection()
Gets the default connection. |
SerialConnectionService |
getDefaultSerialConnection()
Gets the default serial connection. |
TcpipConnectionService |
getDefaultTcpipConnection()
Gets the default tcpip connection. |
int |
processInput(byte[] bytes,
int length)
Perform the processInput action method. |
void |
setup()
Sets user-defined variables to use in the test. |
protected void |
write(MessageService message)
Perform the write action method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASS_NAME
| Constructor Detail |
|---|
public MatrixLcdTransport()
| Method Detail |
|---|
public int processInput(byte[] bytes,
int length)
throws java.lang.Exception
bytes - byte[]length - int
int) value.
java.lang.Exception - Exception.
protected void write(MessageService message)
throws java.lang.Exception
message - MessageService
java.lang.Exception - Exception.public ConnectionService getDefaultConnection()
public SerialConnectionService getDefaultSerialConnection()
public TcpipConnectionService getDefaultTcpipConnection()
public void setup()
User defined properties and default values.
| retrytime | RETRY_TIME_DEFAULT |
| transmitretries | TRANSMIT_RETRIES_DEFAULT |
| noactivitytimeout | NO_ACTIVITY_TIMEOUT_DEFAULT |
org.eclipse.soda.dk.transport.Transport#setup()
|
2010-01-22 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||