public class Enable extends MsgToCCS
MESSAGE_SET_VERSION| Constructor and Description |
|---|
Enable(ByteBuffer data)
Reads and converts the PLC form of the message.
|
Enable(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 Enable(int sequence)
sequence - A message sequence number.public Enable(ByteBuffer data)
data - Holds the PLC message data.public void encode(ByteBuffer data)
MsgToCCSpublic String toString()
PLCMsgtoString in class MsgToCCSCopyright © 2022 LSST. All rights reserved.