
public class Ignored extends PLCMsg
| 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(Ignored.Reason reason)
Constructs from scratch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
encode(ByteBuffer data)
Converts the message fields to PLC form and appends them to a byte buffer.
|
Ignored.Reason |
getReason()
Gets the reason why the PLC ignored one of out messages.
|
String |
toString()
Converts the message to a readable string.
|
getVersionpublic Ignored(Ignored.Reason reason)
public Ignored(ByteBuffer data)
data - Holds the PLC message data.public Ignored.Reason getReason()
Ignored.Reasonpublic void encode(ByteBuffer data)
PLCMsgpublic String toString()
PLCMsgtoString in class PLCMsgCopyright © 2019 LSST. All rights reserved.