nRF5 SDK for Mesh v3.0.0
Data Fields
nrf_mesh_evt_t Struct Reference

Mesh event structure. More...

#include <nrf_mesh_events.h>

Data Fields

nrf_mesh_evt_type_t type
 Type of event. More...
 
union {
   nrf_mesh_evt_message_t   message
 Incoming message. More...
 
   nrf_mesh_evt_tx_complete_t   tx_complete
 Transmission complete. More...
 
   nrf_mesh_evt_iv_update_notification_t   iv_update
 IV update notification event. More...
 
   nrf_mesh_evt_key_refresh_notification_t   key_refresh
 Key refresh notification event. More...
 
   nrf_mesh_evt_net_beacon_received_t   net_beacon
 A network beacon was received. More...
 
   nrf_mesh_evt_hb_message_t   hb_message
 HB message received/sent event. More...
 
   nrf_mesh_evt_dfu_t   dfu
 DFU event. More...
 
   nrf_mesh_evt_rx_failed_t   rx_failed
 RX failed. More...
 
   nrf_mesh_evt_sar_failed_t   sar_failed
 SAR failed event. More...
 
   nrf_mesh_evt_flash_failed_t   flash_failed
 Flash failed event. More...
 
   nrf_mesh_evt_config_storage_failure_t   config_storage_failure
 Configuration storage failure event. More...
 
   nrf_mesh_evt_config_load_failure_t   config_load_failure
 Configuration load failure event. More...
 
   nrf_mesh_evt_lpn_friend_offer_t   friend_offer
 Friend Offer event. More...
 
   nrf_mesh_evt_lpn_friend_update_t   friend_update
 Friend Update event. More...
 
   nrf_mesh_evt_friendship_established_t   friendship_established
 Friendship established event. More...
 
   nrf_mesh_evt_friendship_terminated_t   friendship_terminated
 Friendship terminated event. More...
 
params
 Event parameters. More...
 

Detailed Description

Mesh event structure.

Definition at line 417 of file nrf_mesh_events.h.

Field Documentation

◆ type

nrf_mesh_evt_type_t nrf_mesh_evt_t::type

Type of event.

Definition at line 420 of file nrf_mesh_events.h.

◆ message

nrf_mesh_evt_message_t nrf_mesh_evt_t::message

Incoming message.

Definition at line 425 of file nrf_mesh_events.h.

◆ tx_complete

nrf_mesh_evt_tx_complete_t nrf_mesh_evt_t::tx_complete

Transmission complete.

Definition at line 427 of file nrf_mesh_events.h.

◆ iv_update

nrf_mesh_evt_iv_update_notification_t nrf_mesh_evt_t::iv_update

IV update notification event.

Definition at line 429 of file nrf_mesh_events.h.

◆ key_refresh

nrf_mesh_evt_key_refresh_notification_t nrf_mesh_evt_t::key_refresh

Key refresh notification event.

Definition at line 431 of file nrf_mesh_events.h.

◆ net_beacon

nrf_mesh_evt_net_beacon_received_t nrf_mesh_evt_t::net_beacon

A network beacon was received.

Definition at line 433 of file nrf_mesh_events.h.

◆ hb_message

nrf_mesh_evt_hb_message_t nrf_mesh_evt_t::hb_message

HB message received/sent event.

Definition at line 435 of file nrf_mesh_events.h.

◆ dfu

nrf_mesh_evt_dfu_t nrf_mesh_evt_t::dfu

DFU event.

Definition at line 438 of file nrf_mesh_events.h.

◆ rx_failed

nrf_mesh_evt_rx_failed_t nrf_mesh_evt_t::rx_failed

RX failed.

Definition at line 440 of file nrf_mesh_events.h.

◆ sar_failed

nrf_mesh_evt_sar_failed_t nrf_mesh_evt_t::sar_failed

SAR failed event.

Definition at line 442 of file nrf_mesh_events.h.

◆ flash_failed

nrf_mesh_evt_flash_failed_t nrf_mesh_evt_t::flash_failed

Flash failed event.

Definition at line 444 of file nrf_mesh_events.h.

◆ config_storage_failure

nrf_mesh_evt_config_storage_failure_t nrf_mesh_evt_t::config_storage_failure

Configuration storage failure event.

Definition at line 446 of file nrf_mesh_events.h.

◆ config_load_failure

nrf_mesh_evt_config_load_failure_t nrf_mesh_evt_t::config_load_failure

Configuration load failure event.

Definition at line 448 of file nrf_mesh_events.h.

◆ friend_offer

nrf_mesh_evt_lpn_friend_offer_t nrf_mesh_evt_t::friend_offer

Friend Offer event.

Definition at line 450 of file nrf_mesh_events.h.

◆ friend_update

nrf_mesh_evt_lpn_friend_update_t nrf_mesh_evt_t::friend_update

Friend Update event.

Definition at line 452 of file nrf_mesh_events.h.

◆ friendship_established

nrf_mesh_evt_friendship_established_t nrf_mesh_evt_t::friendship_established

Friendship established event.

Definition at line 454 of file nrf_mesh_events.h.

◆ friendship_terminated

nrf_mesh_evt_friendship_terminated_t nrf_mesh_evt_t::friendship_terminated

Friendship terminated event.

Definition at line 456 of file nrf_mesh_events.h.

◆ params

union { ... } nrf_mesh_evt_t::params

Event parameters.


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

Documentation feedback | Developer Zone | Subscribe | Updated