Uses of Class
jmri.jmrix.loconet.uhlenbrock.LncvMessageContents.LncvCommand
-
Packages that use LncvMessageContents.LncvCommand Package Description jmri.jmrix.loconet.uhlenbrock 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.LncvCommand Modifier and Type Method Description static LncvMessageContents.LncvCommand
LncvMessageContents. extractMessageType(LocoNetMessage m)
Interpret a LocoNet message to determine its LNCV compound Programming Format.static LncvMessageContents.LncvCommand
LncvMessageContents.LncvCommand. valueOf(java.lang.String name)
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.LncvCommand Modifier and Type Method Description static LocoNetMessage
LncvMessageContents. createLncvMessage(int source, int destination, LncvMessageContents.LncvCommand command, int articleNum, int cvNum, int moduleNum)
Create LNCV message fromLncvMessageContents.LncvCommand
enum plus specific parameter values.static int
LncvMessageContents.LncvCommand. getCmd(LncvMessageContents.LncvCommand mt)
static boolean
LncvMessageContents. isLnMessageASpecificLncvCommand(LocoNetMessage m, LncvMessageContents.LncvCommand lncvCmd)
Compare reply message against a specific LNCV Programming Format message type.
-