|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DriverDepending
An interface describing the necessety to register a driver object to an
object. Implementing instances are responsible to call appropriate
methods on the Driver object passed over to them for
properly functioning.
| Method Summary | |
|---|---|
boolean |
registerDriver(Driver rs485)
Registers a Driver object to this object. |
| Method Detail |
|---|
boolean registerDriver(Driver rs485)
Driver object to this object. If the driver
handed over is not of the appropriate type or registering to the
driver fails for any other reson, this method should return false.RS485Server and its subclasses.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||