nRF5 SDK for Mesh v2.2.0
Data Fields
access_reliable_t Struct Reference

Access layer reliable 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 reliable message timeout. More...
 
access_reliable_cb_t status_cb
 Callback to call after the reliable transfer has ended. More...
 

Detailed Description

Access layer reliable 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 data pointed to must be retained for the entire reliable transfer.

Definition at line 143 of file access_reliable.h.

◆ reply_opcode

access_opcode_t access_reliable_t::reply_opcode

Opcode of the expected reply.

Definition at line 145 of file access_reliable.h.

◆ timeout

uint32_t access_reliable_t::timeout

Relative reliable message timeout.

I.e., the time from access_model_reliable_publish() is called to the message is timed out.

Definition at line 150 of file access_reliable.h.

◆ status_cb

access_reliable_cb_t access_reliable_t::status_cb

Callback to call after the reliable transfer has ended.

Definition at line 152 of file access_reliable.h.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated