Uses of Enum
jmri.jmrix.loconet.lnsvf2.Lnsv2MessageContents.Sv2Command
Packages that use Lnsv2MessageContents.Sv2Command
-
Uses of Lnsv2MessageContents.Sv2Command in jmri.jmrix.loconet.lnsvf2
Methods in jmri.jmrix.loconet.lnsvf2 that return Lnsv2MessageContents.Sv2CommandModifier and TypeMethodDescriptionLnsv2MessageContents.extractMessageType(LocoNetMessage m) Interpret a LocoNet message to determine its SV Programming Format 2 <SV_CMD>.Returns the enum constant of this type with the specified name.static Lnsv2MessageContents.Sv2Command[]Lnsv2MessageContents.Sv2Command.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrix.loconet.lnsvf2 with parameters of type Lnsv2MessageContents.Sv2CommandModifier and TypeMethodDescriptionstatic intLnsv2MessageContents.Sv2Command.getCmd(Lnsv2MessageContents.Sv2Command mt) static booleanLnsv2MessageContents.isLnMessageASpecificSv2Command(LocoNetMessage m, Lnsv2MessageContents.Sv2Command svCmd) Compare reply message against a specific SV Programming Format 2 message type.