Access layer TX parameter structure. More...
#include <access.h>
Data Fields | |
access_opcode_t | opcode |
Opcode for the message. More... | |
const uint8_t * | p_buffer |
Pointer to the message data. More... | |
uint16_t | length |
Length of the data (excluding the opcode). More... | |
bool | force_segmented |
Forces the message to be sent out as a segmented message, if message is shorter than the size required for the unsegmented access message for a given MIC size. | |
nrf_mesh_transmic_size_t | transmic_size |
Select desired transport MIC size. More... | |
nrf_mesh_tx_token_t | access_token |
Token that can be used as a reference in the TX complete callback. More... | |
access_opcode_t access_message_tx_t::opcode |
const uint8_t* access_message_tx_t::p_buffer |
uint16_t access_message_tx_t::length |
nrf_mesh_transmic_size_t access_message_tx_t::transmic_size |
Select desired transport MIC size.
nrf_mesh_tx_token_t access_message_tx_t::access_token |