Access layer acknowledged publish parameter structure. More...
#include <access_reliable.h>
Data Fields | |
| access_model_handle_t | model_handle |
| Access layer model handle. More... | |
| access_message_tx_t | message |
| Access layer message. More... | |
| access_opcode_t | reply_opcode |
| Opcode of the expected reply. More... | |
| uint32_t | timeout |
| Relative acknowledged message timeout. More... | |
| access_reliable_cb_t | status_cb |
| Callback to call after the acknowledged transfer has ended. More... | |
Detailed Description
Access layer acknowledged publish parameter structure.
Definition at line 134 of file access_reliable.h.
Field Documentation
◆ model_handle
| access_model_handle_t access_reliable_t::model_handle |
Access layer model handle.
Definition at line 137 of file access_reliable.h.
◆ message
| access_message_tx_t access_reliable_t::message |
Access layer message.
- Note
- The user must retain the data provided in access_message_tx_t::p_buffer until the acknowledged transfer has ended (see access_reliable_t::status_cb) or the message is cancelled by access_model_reliable_cancel.
Definition at line 144 of file access_reliable.h.
◆ reply_opcode
| access_opcode_t access_reliable_t::reply_opcode |
Opcode of the expected reply.
Definition at line 146 of file access_reliable.h.
◆ timeout
| uint32_t access_reliable_t::timeout |
Relative acknowledged message timeout.
That is, the time from access_model_reliable_publish() is called to the message is timed out.
Definition at line 151 of file access_reliable.h.
◆ status_cb
| access_reliable_cb_t access_reliable_t::status_cb |
Callback to call after the acknowledged transfer has ended.
Definition at line 153 of file access_reliable.h.
- mesh/access/api/access_reliable.h