nRF5 SDK for Mesh v5.0.0
Data Fields
access_message_tx_t Struct Reference

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...
 

Detailed Description

Access layer TX parameter structure.

Definition at line 226 of file access.h.

Field Documentation

◆ opcode

access_opcode_t access_message_tx_t::opcode

Opcode for the message.

Definition at line 229 of file access.h.

◆ p_buffer

const uint8_t* access_message_tx_t::p_buffer

Pointer to the message data.

Definition at line 231 of file access.h.

◆ length

uint16_t access_message_tx_t::length

Length of the data (excluding the opcode).

Definition at line 233 of file access.h.

◆ transmic_size

nrf_mesh_transmic_size_t access_message_tx_t::transmic_size

Select desired transport MIC size.

See nrf_mesh_transmic_size_t

Definition at line 238 of file access.h.

◆ access_token

nrf_mesh_tx_token_t access_message_tx_t::access_token

Token that can be used as a reference in the TX complete callback.

Definition at line 240 of file access.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated