public class ExtendedRSSI extends IMCMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtendedRSSI.UNITS |
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID| Constructor and Description |
|---|
ExtendedRSSI() |
ExtendedRSSI(float value,
ExtendedRSSI.UNITS units) |
ExtendedRSSI(IMCDefinition defs) |
ExtendedRSSI(IMCMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
static ExtendedRSSI |
clone(IMCMessage msg) |
static ExtendedRSSI |
create(java.lang.Object... values) |
ExtendedRSSI.UNITS |
getUnits() |
java.lang.String |
getUnitsStr() |
short |
getUnitsVal() |
double |
getValue() |
ExtendedRSSI |
setUnits(ExtendedRSSI.UNITS units) |
ExtendedRSSI |
setUnitsStr(java.lang.String units) |
ExtendedRSSI |
setUnitsVal(short units) |
ExtendedRSSI |
setValue(double value) |
asJSON, asJSON, asMap, asXml, asXmlStripped, cloneMessage, cloneMessage, compareTo, copyFrom, 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, main, makeImmutable, parseJson, parseXml, payloadMD5, serialize, serialize, serialize, serializePayload, setBitMask, setDst, setDstEnt, setHeader, setMessageInfo, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toString, validatepublic static final int ID_STATIC
public ExtendedRSSI()
public ExtendedRSSI(IMCMessage msg)
public ExtendedRSSI(IMCDefinition defs)
public ExtendedRSSI(float value,
ExtendedRSSI.UNITS units)
public static ExtendedRSSI create(java.lang.Object... values)
public static ExtendedRSSI clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exceptionpublic double getValue()
public ExtendedRSSI setValue(double value)
value - Valuepublic ExtendedRSSI.UNITS getUnits()
public java.lang.String getUnitsStr()
public short getUnitsVal()
public ExtendedRSSI setUnits(ExtendedRSSI.UNITS units)
units - RSSI Units (enumerated)public ExtendedRSSI setUnitsStr(java.lang.String units)
units - RSSI Units (as a String)public ExtendedRSSI setUnitsVal(short units)
units - RSSI Units (integer value)