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

Access layer RX event structure. More...

#include <access.h>

Data Fields

access_opcode_t opcode
 Opcode of the message. More...
 
const uint8_t * p_data
 Pointer to the first byte of message data (excludes the opcode). More...
 
uint16_t length
 Length of p_data. More...
 
access_message_rx_meta_t meta_data
 Meta data for the message. More...
 

Detailed Description

Access layer RX event structure.

Definition at line 213 of file access.h.

Field Documentation

◆ opcode

access_opcode_t access_message_rx_t::opcode

Opcode of the message.

Definition at line 216 of file access.h.

◆ p_data

const uint8_t* access_message_rx_t::p_data

Pointer to the first byte of message data (excludes the opcode).

Definition at line 218 of file access.h.

◆ length

uint16_t access_message_rx_t::length

Length of p_data.

Definition at line 220 of file access.h.

◆ meta_data

access_message_rx_meta_t access_message_rx_t::meta_data

Meta data for the message.

Definition at line 222 of file access.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated