Uses of Class
jmri.jmrix.lenz.FeedbackItem
-
Packages that use FeedbackItem Package Description jmri.jmrix.lenz -
-
Uses of FeedbackItem in jmri.jmrix.lenz
Methods in jmri.jmrix.lenz that return FeedbackItem Modifier and Type Method Description protected FeedbackItemXNetReply. createFeedbackItem(int n, int d)FeedbackItemFeedbackItem. pairedAccessoryItem()Returns a FeedbackItem instance for the other accessory address reported in the item.Methods in jmri.jmrix.lenz that return types with arguments of type FeedbackItem Modifier and Type Method Description java.util.Optional<FeedbackItem>XNetReply. selectTurnoutFeedback(int accessoryNumber)Selects a matching turnout feedback.Method parameters in jmri.jmrix.lenz with type arguments of type FeedbackItem Modifier and Type Method Description booleanXNetReply. onTurnoutFeedback(int accessoryNumber, java.util.function.Function<FeedbackItem,java.lang.Boolean> proc)Calls processor for turnout's feedback, returns the processor's outcome.
-