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