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