| Package | Description |
|---|---|
| pt.lsts.imc | |
| pt.lsts.imc.state |
| Modifier and Type | Method and Description |
|---|---|
static UamRxFrame |
UamRxFrame.clone(IMCMessage msg) |
static UamRxFrame |
UamRxFrame.create(java.lang.Object... values) |
UamRxFrame |
UamRxFrame.setData(byte[] data) |
UamRxFrame |
UamRxFrame.setFlags(short flags) |
UamRxFrame |
UamRxFrame.setSysDst(java.lang.String sys_dst) |
UamRxFrame |
UamRxFrame.setSysSrc(java.lang.String sys_src) |
| Modifier and Type | Method and Description |
|---|---|
UamRxFrame |
ImcSysState.lastUamRxFrame()
Retrieve the last
UamRxFrame or null if no message of that type was received yet. |
UamRxFrame |
ImcSysState.lastUamRxFrame(java.lang.String entityName)
Retrieve the last
UamRxFrame generated by the given entityName or null if no such message was received yet. |
UamRxFrame |
ImcSysState.pollUamRxFrame(long timeoutMillis)
Wait and retrieve the next
UamRxFrame. |
UamRxFrame |
ImcSysState.pollUamRxFrame(java.lang.String entityName,
long timeoutMillis)
Wait and retrieve the next
UamRxFrame generated by given entity. |