Uses of Class
jmri.jmrix.ipocs.protocol.enums.RqDerailerCommand
-
Packages that use RqDerailerCommand Package Description jmri.jmrix.ipocs.protocol.enums jmri.jmrix.ipocs.protocol.packets -
-
Uses of RqDerailerCommand in jmri.jmrix.ipocs.protocol.enums
Methods in jmri.jmrix.ipocs.protocol.enums that return RqDerailerCommand Modifier and Type Method Description static RqDerailerCommand
RqDerailerCommand. valueOf(byte value)
Returns the enum constant of this type with the specified name.static RqDerailerCommand
RqDerailerCommand. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RqDerailerCommand[]
RqDerailerCommand. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RqDerailerCommand in jmri.jmrix.ipocs.protocol.packets
Methods in jmri.jmrix.ipocs.protocol.packets that return RqDerailerCommand Modifier and Type Method Description RqDerailerCommand
SetDerailerPacket. getCommand()
Methods in jmri.jmrix.ipocs.protocol.packets with parameters of type RqDerailerCommand Modifier and Type Method Description void
SetDerailerPacket. setCommand(RqDerailerCommand command)
-