Class Z21FastClockDataReplyFormatter
java.lang.Object
jmri.jmrix.roco.z21.messageformatters.Z21FastClockDataReplyFormatter
- All Implemented Interfaces:
MessageFormatter,Z21MessageFormatter
Z21 Fast Clock Data Reply Formatter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFormat the message into a string(package private) StringformatSettings(int settings) booleanDetermine if this formatter can handle the message
-
Constructor Details
-
Z21FastClockDataReplyFormatter
public Z21FastClockDataReplyFormatter()
-
-
Method Details
-
handlesMessage
Description copied from interface:MessageFormatterDetermine if this formatter can handle the message- Specified by:
handlesMessagein interfaceMessageFormatter- Parameters:
m- message to check- Returns:
- true if this formatter can handle the message
-
formatMessage
Description copied from interface:MessageFormatterFormat the message into a string- Specified by:
formatMessagein interfaceMessageFormatter- Parameters:
m- message to format- Returns:
- formatted string
-
formatSettings
-