| Package | Description |
|---|---|
| pt.lsts.imc | |
| pt.lsts.imc.state |
| Modifier and Type | Method and Description |
|---|---|
static LowLevelControl |
LowLevelControl.clone(IMCMessage msg) |
static LowLevelControl |
LowLevelControl.create(java.lang.Object... values) |
LowLevelControl |
LowLevelControl.setControl(ControlCommand control) |
LowLevelControl |
LowLevelControl.setCustom(java.util.LinkedHashMap<java.lang.String,?> custom) |
LowLevelControl |
LowLevelControl.setCustom(java.lang.String custom) |
LowLevelControl |
LowLevelControl.setDuration(int duration) |
| Modifier and Type | Method and Description |
|---|---|
LowLevelControl |
ImcSysState.lastLowLevelControl()
Retrieve the last
LowLevelControl or null if no message of that type was received yet. |
LowLevelControl |
ImcSysState.lastLowLevelControl(java.lang.String entityName)
Retrieve the last
LowLevelControl generated by the given entityName or null if no such message was received yet. |
LowLevelControl |
ImcSysState.pollLowLevelControl(long timeoutMillis)
Wait and retrieve the next
LowLevelControl. |
LowLevelControl |
ImcSysState.pollLowLevelControl(java.lang.String entityName,
long timeoutMillis)
Wait and retrieve the next
LowLevelControl generated by given entity. |