|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface PortService
Interface for services which interact with a device through a CommPort interface.
NOTE: PortService implementation constructors are not allowed to take arguments.
| Method Summary | |
|---|---|
void |
start(gnu.io.CommPort port,
java.lang.String[] args)
Start the service on the specified CommPort. |
void |
stop()
Stop the service. |
| Method Detail |
|---|
void start(gnu.io.CommPort port,
java.lang.String[] args)
port - device communications interfaceargs - command line argumentsvoid stop()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||