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