Class SetLevelCrossingPacket
java.lang.Object
jmri.jmrix.ipocs.protocol.packets.Packet
jmri.jmrix.ipocs.protocol.packets.SetLevelCrossingPacket
Level Crossing Order
- Since:
- 4.21.2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshortgetDelay()bytegetId()bytegetTrack()protected voidparseSpecific(ByteBuffer buffer) protected byte[]voidsetCommand(RqLevelCrossingCommand command) voidsetDelay(short delay) voidsetTrack(byte track)
-
Field Details
-
IDENT
- See Also:
-
-
Constructor Details
-
SetLevelCrossingPacket
public SetLevelCrossingPacket()
-
-
Method Details
-
getId
-
parseSpecific
- Specified by:
parseSpecificin classPacket
-
serializeSpecific
- Specified by:
serializeSpecificin classPacket
-
getCommand
-
setCommand
-
getDelay
-
setDelay
-
getTrack
-
setTrack
-