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