Uses of Class
jmri.jmrix.lenz.FeedbackItem
Packages that use FeedbackItem
-
Uses of FeedbackItem in jmri.jmrix.lenz
Methods in jmri.jmrix.lenz that return FeedbackItemModifier and TypeMethodDescriptionprotected final FeedbackItemXNetReply.createFeedbackItem(int n, int d) FeedbackItem.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 FeedbackItemModifier and TypeMethodDescriptionXNetReply.selectTurnoutFeedback(int accessoryNumber) Selects a matching turnout feedback.Method parameters in jmri.jmrix.lenz with type arguments of type FeedbackItemModifier and TypeMethodDescriptionbooleanXNetReply.onTurnoutFeedback(int accessoryNumber, Function<FeedbackItem, Boolean> proc) Calls processor for turnout's feedback, returns the processor's outcome.