public class Ignored extends MsgToCCS
| Modifier and Type | Class and Description |
|---|---|
static class |
Ignored.Reason
The set of possible reasons for the PLC sending the Ignored message.
|
MESSAGE_SET_VERSION| Constructor and Description |
|---|
Ignored(ByteBuffer data)
Reads and converts the PLC form of the message.
|
Ignored(int sequence,
Ignored.Reason reason)
Constructs from scratch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
encode(ByteBuffer data)
Puts the sequence number into a data buffer.
|
Ignored.Reason |
getReason()
Gets the reason why the PLC ignored one of out messages.
|
String |
toString()
Converts the message to a readable string.
|
getVersion, messageVersionIsBadpublic Ignored(int sequence,
Ignored.Reason reason)
sequence - A message sequence number.reason - The reason why the PLC code ignored an event message.public Ignored(ByteBuffer data)
data - Holds the PLC message data.public Ignored.Reason getReason()
Ignored.Reasonpublic void encode(ByteBuffer data)
MsgToCCSpublic String toString()
PLCMsgtoString in class MsgToCCSCopyright © 2020 LSST. All rights reserved.