Uses of Class
jmri.jmrix.loconet.lnsvf2.LnSv2MessageContents.Sv2Command
-
Packages that use LnSv2MessageContents.Sv2Command Package Description jmri.jmrix.loconet.lnsvf2 -
-
Uses of LnSv2MessageContents.Sv2Command in jmri.jmrix.loconet.lnsvf2
Methods in jmri.jmrix.loconet.lnsvf2 that return LnSv2MessageContents.Sv2Command Modifier and Type Method Description static LnSv2MessageContents.Sv2Command
LnSv2MessageContents. extractMessageType(LocoNetMessage m)
Interpret a LocoNet message to determine its SV Programming Format 2 <SV_CMD>.static LnSv2MessageContents.Sv2Command
LnSv2MessageContents.Sv2Command. valueOf(java.lang.String name)
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.Sv2Command Modifier and Type Method Description static int
LnSv2MessageContents.Sv2Command. getCmd(LnSv2MessageContents.Sv2Command mt)
static boolean
LnSv2MessageContents. isLnMessageASpecificSv2Command(LocoNetMessage m, LnSv2MessageContents.Sv2Command svCmd)
Compare reply message against a specific SV Programming Format 2 message type.
-