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

Metadata for received messages. More...

#include <access.h>

Data Fields

nrf_mesh_address_t src
 Source address of the message. More...
 
nrf_mesh_address_t dst
 Destination address of the message. More...
 
uint8_t ttl
 TTL value for the received message. More...
 
dsm_handle_t appkey_handle
 Application key handle that decrypted the message. More...
 
const nrf_mesh_rx_metadata_tp_core_metadata
 Core RX metadata attached to the packet.
 
dsm_handle_t subnet_handle
 Network key handle that decrypted the message. More...
 

Detailed Description

Metadata for received messages.

Definition at line 196 of file access.h.

Field Documentation

◆ src

nrf_mesh_address_t access_message_rx_meta_t::src

Source address of the message.

Definition at line 199 of file access.h.

◆ dst

nrf_mesh_address_t access_message_rx_meta_t::dst

Destination address of the message.

Definition at line 201 of file access.h.

◆ ttl

uint8_t access_message_rx_meta_t::ttl

TTL value for the received message.

Definition at line 203 of file access.h.

◆ appkey_handle

dsm_handle_t access_message_rx_meta_t::appkey_handle

Application key handle that decrypted the message.

Definition at line 205 of file access.h.

◆ subnet_handle

dsm_handle_t access_message_rx_meta_t::subnet_handle

Network key handle that decrypted the message.

Definition at line 209 of file access.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated