ON Semiconductor / mbed-os

Dependents:   mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510

Embed: (wiki syntax)

« Back to documentation index

whiteboard_api.h File Reference

whiteboard_api.h File Reference

An API for DAD, intercepting messages from backhaul network and keeping track of routes inside the PAN. More...

Go to the source code of this file.

Data Structures

struct  whiteboard_entry_t
 A structure describing a whiteboarding entry. More...

Functions

whiteboard_entry_twhiteboard_get (whiteboard_entry_t *cur)
 Read whiteboard entries.

Detailed Description

An API for DAD, intercepting messages from backhaul network and keeping track of routes inside the PAN.

Definition in file whiteboard_api.h.


Function Documentation

whiteboard_entry_t* whiteboard_get ( whiteboard_entry_t cur )

Read whiteboard entries.

Parameters:
curNULL to read first entry, or get next entry after cur.
Returns:
A pointer to whiteboard_entry_t structure.