test

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

pds_evt_t Struct Reference

pds_evt_t Struct Reference
[Peer Data Storage]

Events that can come from the peer_data_storage module. More...

#include <peer_data_storage.h>

Data Fields

pds_evt_id_t evt_id
 The type of event.
pm_peer_id_t peer_id
 The peer the event pertains to.
pm_peer_data_id_t data_id
 The data the event pertains to.

Detailed Description

Events that can come from the peer_data_storage module.

Definition at line 82 of file peer_data_storage.h.


Field Documentation

The data the event pertains to.

Definition at line 86 of file peer_data_storage.h.

The type of event.

Definition at line 84 of file peer_data_storage.h.

The peer the event pertains to.

Definition at line 85 of file peer_data_storage.h.