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