Uses of Enum
jmri.jmrix.ipocs.protocol.enums.RqReleaseState
Packages that use RqReleaseState
-
Uses of RqReleaseState in jmri.jmrix.ipocs.protocol.enums
Methods in jmri.jmrix.ipocs.protocol.enums that return RqReleaseStateModifier and TypeMethodDescriptionstatic RqReleaseStateRqReleaseState.valueOf(byte value) Returns the enum constant of this type with the specified name.static RqReleaseStateReturns the enum constant of this type with the specified name.static RqReleaseState[]RqReleaseState.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RqReleaseState in jmri.jmrix.ipocs.protocol.packets
Methods in jmri.jmrix.ipocs.protocol.packets that return RqReleaseStateModifier and TypeMethodDescriptionDerailerStatusPacket.getReleaseState()LevelCrossingStatusPacket.getReleaseState()PointsStatusPacket.getReleaseState()Methods in jmri.jmrix.ipocs.protocol.packets with parameters of type RqReleaseStateModifier and TypeMethodDescriptionvoidDerailerStatusPacket.setReleaseState(RqReleaseState releaseState) voidLevelCrossingStatusPacket.setReleaseState(RqReleaseState releaseState) voidPointsStatusPacket.setReleaseState(RqReleaseState releaseState)