public class LcdControl extends IMCMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
LcdControl.OP |
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID| Constructor and Description |
|---|
LcdControl() |
LcdControl(IMCDefinition defs) |
LcdControl(short op,
java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
static LcdControl |
clone(IMCMessage msg) |
static LcdControl |
create(java.lang.Object... values) |
LcdControl.OP |
getOp()
The LCD action to perform
|
java.lang.String |
getText() |
void |
setOp(LcdControl.OP op) |
void |
setOp(short op) |
void |
setOp(java.lang.String op) |
void |
setText(java.lang.String text) |
asJSON, asXml, cloneMessage, cloneMessage, compareTo, decodeTupleList, dump, encodeTupleList, get, getAbbrev, getAsNumber, getAsString, getBitmask, getDate, getDouble, getDst, getDstEnt, getFieldNames, getFloat, getHeader, getHeaderValue, getInteger, getLong, getLongFieldName, getLongName, getMessage, getMessage, getMessageList, getMessageList, getMessageType, getMgid, getPayloadSize, getProtocolFactory, getRawData, getSize, getSourceName, getSrc, getSrcEnt, getString, getString, getTimestamp, getTimestampMillis, getTupleList, getTypeOf, getUnitsOf, getValue, hasFlag, hexdump, isNull, isPeriodic, main, parseXml, payloadMD5, serialize, serialize, setBitMask, setDst, setDstEnt, setHeader, setMessage, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toString, validatepublic static final int ID_STATIC
public LcdControl()
public LcdControl(IMCDefinition defs)
public LcdControl(short op,
java.lang.String text)
public static LcdControl create(java.lang.Object... values)
public static LcdControl clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exceptionpublic LcdControl.OP getOp()
public java.lang.String getText()
public void setOp(LcdControl.OP op)
op - Operation (enumerated)public void setOp(java.lang.String op)
op - Operation (as a String)public void setOp(short op)
op - Operation (integer value)public void setText(java.lang.String text)
text - Text