| Package | Description |
|---|---|
| pt.up.fe.dceg.neptus.imc | |
| pt.up.fe.dceg.neptus.imc.state |
| Modifier and Type | Method and Description |
|---|---|
static SmsRx |
SmsRx.clone(IMCMessage msg) |
static SmsRx |
SmsRx.create(java.lang.Object... values) |
| Modifier and Type | Method and Description |
|---|---|
SmsRx |
ImcSysState.lastSmsRx()
Retrieve the last
SmsRx or null if no message of that type was received yet. |
SmsRx |
ImcSysState.lastSmsRx(java.lang.String entityName)
Retrieve the last
SmsRx generated by the given entityName or null if no such message was received yet. |
SmsRx |
ImcSysState.pollSmsRx(long timeoutMillis)
Wait and retrieve the next
SmsRx. |
SmsRx |
ImcSysState.pollSmsRx(java.lang.String entityName,
long timeoutMillis)
Wait and retrieve the next
SmsRx generated by given entity. |