Package jmri.jmrix.xpa
Interface XpaInterface
- All Known Implementing Classes:
XpaTrafficController
public interface XpaInterface
Define interface for sending and receiving messages from an XpressNet System
using an XPA and a modem.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidSend a message through the interface.booleanstatus()Test operational status of interface.
-
Method Details
-
addXpaListener
-
removeXpaListener
-
status
boolean status()Test operational status of interface.- Returns:
- true if the interface implementation is operational.
-
sendXpaMessage
Send a message through the interface.- Parameters:
m- Message to be sent.l- Listener to be notified of reply.
-