public class DevCalibrationControl extends IMCMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
DevCalibrationControl.OP |
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID| Constructor and Description |
|---|
DevCalibrationControl() |
DevCalibrationControl(DevCalibrationControl.OP op) |
DevCalibrationControl(IMCDefinition defs) |
DevCalibrationControl(IMCMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
static DevCalibrationControl |
clone(IMCMessage msg) |
static DevCalibrationControl |
create(java.lang.Object... values) |
DevCalibrationControl.OP |
getOp() |
java.lang.String |
getOpStr() |
short |
getOpVal() |
DevCalibrationControl |
setOp(DevCalibrationControl.OP op) |
DevCalibrationControl |
setOpStr(java.lang.String op) |
DevCalibrationControl |
setOpVal(short op) |
asJSON, asJSON, asMap, asXml, asXmlStripped, cloneMessage, cloneMessage, compareTo, copyFrom, copyToClipoard, decodeTupleList, dump, encodeTupleList, get, getAbbrev, getAgeInSeconds, getAsNumber, getAsString, getBitmask, getDate, getDouble, getDst, getDstEnt, getEntityName, getFieldNames, getFloat, getHeader, getHeaderValue, getInteger, getLong, getLongFieldName, getLongName, getMessage, getMessage, getMessageInfo, getMessageList, getMessageList, getMessageType, getMgid, getPayloadSize, getProtocolFactory, getRawData, getSize, getSourceName, getSrc, getSrcEnt, getString, getString, getTimestamp, getTimestampMillis, getTupleList, getTypeOf, getUnitsOf, getValue, getValues, hasFlag, hexdump, isNull, isPeriodic, makeImmutable, parseJson, parseXml, pasteFromClipoard, payloadMD5, serialize, serialize, serialize, serializePayload, setBitMask, setDst, setDstEnt, setHeader, setMessageInfo, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toByteArray, toByteArray, toString, validatepublic static final int ID_STATIC
public DevCalibrationControl()
public DevCalibrationControl(IMCMessage msg)
public DevCalibrationControl(IMCDefinition defs)
public DevCalibrationControl(DevCalibrationControl.OP op)
public static DevCalibrationControl create(java.lang.Object... values)
public static DevCalibrationControl clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exceptionpublic DevCalibrationControl.OP getOp()
public java.lang.String getOpStr()
public short getOpVal()
public DevCalibrationControl setOp(DevCalibrationControl.OP op)
op - Operation (enumerated)public DevCalibrationControl setOpStr(java.lang.String op)
op - Operation (as a String)public DevCalibrationControl setOpVal(short op)
op - Operation (integer value)