R1 code for micro:bit based train controller code, requires second micro:bit running rx code to operate - see https://meanderingpi.wordpress.com/ for more information

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

pdb_evt_t Struct Reference

pdb_evt_t Struct Reference
[Peer Database]

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

#include <peer_database.h>

Data Fields

pdb_evt_id_t evt_id
 The event that has happened.
pm_peer_id_t peer_id
 The id of the peer the event pertains to.
pm_peer_data_id_t data_id
 The data the event pertains to.
pm_store_token_t store_token
 A token identifying the store operation this event pertains to.

Detailed Description

Events that can come from the peer_database module.

Definition at line 68 of file peer_database.h.


Field Documentation

The data the event pertains to.

Definition at line 72 of file peer_database.h.

The event that has happened.

Definition at line 70 of file peer_database.h.

The id of the peer the event pertains to.

Definition at line 71 of file peer_database.h.

A token identifying the store operation this event pertains to.

Definition at line 77 of file peer_database.h.