Access layer RX event structure. More...
#include <access.h>
Data Fields | |
access_opcode_t | opcode |
Opcode of the message. | |
const uint8_t * | p_data |
Pointer to the first byte of message data (excludes the opcode). | |
uint16_t | length |
Length of p_data . | |
access_message_rx_meta_t | meta_data |
Meta data for the message. | |