|
PdCom
5.3
Process data communication client
|
Protected Member Functions | |
| void | getMessage (uint32_t seqNo) const |
| Request specific message from history. | |
| void | activeMessages () const |
| Request a list of all active messages. | |
|
protected |
Request a list of all active messages.
This will return a list of active process messages as well as the last message in activeMessagesReply() if its state is Reset.
|
protected |
Request specific message from history.
The message is received in getMessageReply().
If the seqNo is not available, getMessageReply() is called with null path and requested seqNo.
| seqNo | sequence number of message |