Class InputStatusPacket
- java.lang.Object
-
- jmri.jmrix.ipocs.protocol.packets.Packet
-
- jmri.jmrix.ipocs.protocol.packets.InputStatusPacket
-
public class InputStatusPacket extends Packet
Input Status- Since:
- 4.21.2
-
-
Field Summary
Fields Modifier and Type Field Description static byte
IDENT
-
Constructor Summary
Constructors Constructor Description InputStatusPacket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getId()
RqInputState
getState()
protected void
parseSpecific(java.nio.ByteBuffer buffer)
protected byte[]
serializeSpecific()
void
setState(RqInputState state)
-
-
-
Field Detail
-
IDENT
public static final byte IDENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InputStatusPacket
public InputStatusPacket()
-
-
Method Detail
-
parseSpecific
protected void parseSpecific(java.nio.ByteBuffer buffer)
- Specified by:
parseSpecific
in classPacket
-
serializeSpecific
protected byte[] serializeSpecific()
- Specified by:
serializeSpecific
in classPacket
-
getState
public RqInputState getState()
-
setState
public void setState(RqInputState state)
-
-