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.
- mesh/access/api/access.h