Class ThrowPointsPacket
- java.lang.Object
-
- jmri.jmrix.ipocs.protocol.packets.Packet
-
- jmri.jmrix.ipocs.protocol.packets.ThrowPointsPacket
-
public class ThrowPointsPacket extends Packet
Points/Turnout Order- Since:
- 4.21.2
-
-
Field Summary
Fields Modifier and Type Field Description static byte
IDENT
-
Constructor Summary
Constructors Constructor Description ThrowPointsPacket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RqPointsCommand
getCommand()
byte
getId()
protected void
parseSpecific(java.nio.ByteBuffer buffer)
protected byte[]
serializeSpecific()
void
setCommand(RqPointsCommand command)
-
-
-
Field Detail
-
IDENT
public static final byte IDENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ThrowPointsPacket
public ThrowPointsPacket()
-
-
Method Detail
-
parseSpecific
protected void parseSpecific(java.nio.ByteBuffer buffer)
- Specified by:
parseSpecific
in classPacket
-
serializeSpecific
protected byte[] serializeSpecific()
- Specified by:
serializeSpecific
in classPacket
-
getCommand
public RqPointsCommand getCommand()
-
setCommand
public void setCommand(RqPointsCommand command)
-
-