public interface DriverDepending
Driver object passed over to them for
properly functioning.| Modifier and Type | Method and Description |
|---|---|
boolean |
registerDriver(Driver rs485)
Registers a
Driver object to this object. |
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.