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