nRF5 SDK for Mesh v1.0.1
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...
 
uint32_t timestamp
 Timestamp of when the (last part of the) message was received in microseconds. More...
 
int8_t rssi
 RSSI value for the received message.
 
uint8_t ttl
 TTL value for the received message. More...
 
dsm_handle_t appkey_handle
 Application key handle that decrypted the message. More...
 

Detailed Description

Metadata for received messages.

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

◆ dst

nrf_mesh_address_t access_message_rx_meta_t::dst

Destination address of the message.

Definition at line 194 of file access.h.

◆ timestamp

uint32_t access_message_rx_meta_t::timestamp

Timestamp of when the (last part of the) message was received in microseconds.

Definition at line 196 of file access.h.

◆ ttl

uint8_t access_message_rx_meta_t::ttl

TTL value for the received message.

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


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

Documentation feedback | Developer Zone | Subscribe | Updated