nRF5 SDK for Mesh v1.0.1
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...
 
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 219 of file access.h.

Field Documentation

◆ opcode

access_opcode_t access_message_tx_t::opcode

Opcode for the message.

Definition at line 222 of file access.h.

◆ p_buffer

const uint8_t* access_message_tx_t::p_buffer

Pointer to the message data.

Definition at line 224 of file access.h.

◆ length

uint16_t access_message_tx_t::length

Length of the data (excluding the opcode).

Definition at line 226 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 228 of file access.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated