public class Disable extends MsgToCCS
MESSAGE_SET_VERSION| Constructor and Description |
|---|
Disable(ByteBuffer data)
Reads and converts the PLC form of the message.
|
Disable(int sequence)
Constructs from scratch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
encode(ByteBuffer data)
Puts the sequence number into a data buffer.
|
String |
toString()
Converts the message to a readable string.
|
getVersion, messageVersionIsBadpublic Disable(int sequence)
sequence - A message sequence number.public Disable(ByteBuffer data)
data - The PLC message data buffer.public void encode(ByteBuffer data)
MsgToCCSpublic String toString()
PLCMsgtoString in class MsgToCCSCopyright © 2023 LSST. All rights reserved.