Uses of Enum
jmri.jmrix.loconet.lnsvf1.Lnsv1MessageContents.Sv1Command
Packages that use Lnsv1MessageContents.Sv1Command
-
Uses of Lnsv1MessageContents.Sv1Command in jmri.jmrix.loconet.lnsvf1
Methods in jmri.jmrix.loconet.lnsvf1 that return Lnsv1MessageContents.Sv1CommandModifier and TypeMethodDescriptionLnsv1MessageContents.extractMessageType(LocoNetMessage m) Interpret a LocoNet message to extract its SV Programming Format 1 <SV_CMD>.Returns the enum constant of this type with the specified name.static Lnsv1MessageContents.Sv1Command[]Lnsv1MessageContents.Sv1Command.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrix.loconet.lnsvf1 with parameters of type Lnsv1MessageContents.Sv1CommandModifier and TypeMethodDescriptionstatic intLnsv1MessageContents.Sv1Command.getCmd(Lnsv1MessageContents.Sv1Command mt) static booleanLnsv1MessageContents.isLnMessageASpecificSv1Command(LocoNetMessage m, Lnsv1MessageContents.Sv1Command svCmd) Compare reply message against a specific SV Programming Format 1 message type.