Uses of Enum
jmri.jmrix.loconet.uhlenbrock.LncvMessageContents.LncvCommand
Packages that use LncvMessageContents.LncvCommand
Package
Description
Implementation and specialization for connecting to to an Uhlenbrock
Intellibox-II via its in-built USB connection.
-
Uses of LncvMessageContents.LncvCommand in jmri.jmrix.loconet.uhlenbrock
Methods in jmri.jmrix.loconet.uhlenbrock that return LncvMessageContents.LncvCommandModifier and TypeMethodDescriptionLncvMessageContents.extractMessageType(LocoNetMessage m) Interpret a LocoNet message to determine its LNCV compound Programming Format.Returns the enum constant of this type with the specified name.static LncvMessageContents.LncvCommand[]LncvMessageContents.LncvCommand.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrix.loconet.uhlenbrock with parameters of type LncvMessageContents.LncvCommandModifier and TypeMethodDescriptionstatic LocoNetMessageLncvMessageContents.createLncvMessage(int source, int destination, LncvMessageContents.LncvCommand command, int articleNum, int cvNum, int moduleNum) Create LNCV message fromLncvMessageContents.LncvCommandenum plus specific parameter values.static intLncvMessageContents.LncvCommand.getCmd(LncvMessageContents.LncvCommand mt) static booleanLncvMessageContents.isLnMessageASpecificLncvCommand(LocoNetMessage m, LncvMessageContents.LncvCommand lncvCmd) Compare reply message against a specific LNCV Programming Format message type.