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