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.LncvCommandLncvMessageContents. extractMessageType(LocoNetMessage m)Interpret a LocoNet message to determine its LNCV compound Programming Format.static LncvMessageContents.LncvCommandLncvMessageContents.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 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. 
 -