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(IMCMessage msg) |
LcdControl(LcdControl.OP 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() |
LcdControl |
setOp(LcdControl.OP op) |
LcdControl |
setOp(short op) |
LcdControl |
setOp(java.lang.String op) |
LcdControl |
setText(java.lang.String text) |
asJSON, asMap, asXml, asXmlStripped, cloneMessage, cloneMessage, compareTo, copyFrom, 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, getValues, hasFlag, hexdump, isNull, isPeriodic, main, makeImmutable, parseXml, payloadMD5, serialize, serialize, setBitMask, setDst, setDstEnt, setHeader, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toString, validatepublic static final int ID_STATIC
public LcdControl()
public LcdControl(IMCMessage msg)
public LcdControl(IMCDefinition defs)
public LcdControl(LcdControl.OP 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 LcdControl setOp(LcdControl.OP op)
op - Operation (enumerated)public LcdControl setOp(java.lang.String op)
op - Operation (as a String)public LcdControl setOp(short op)
op - Operation (integer value)public LcdControl setText(java.lang.String text)
text - Text