Package jmri.jmrix.dcc4pc
Interface Dcc4PcInterface
- All Known Implementing Classes:
Dcc4PcTrafficController
public interface Dcc4PcInterface
Define interface for sending and receiving messages to the DCC4PC computer
interface device.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidSend a message through the interface.booleanstatus()Test operational status of interface.
-
Method Details
-
addDcc4PcListener
-
removeDcc4PcListener
-
status
boolean status()Test operational status of interface.- Returns:
- true if interface implementation is operational.
-
sendDcc4PcMessage
Send a message through the interface.- Parameters:
m- Message to be sent.l- Listener to be notified of reply.
-