Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

fds_find_token_t Struct Reference

fds_find_token_t Struct Reference
[Flash Data Storage]

A token to keep information about the progress of fds_find, fds_find_by_type and fds_find_by_instance operations. More...

#include <fds.h>


Detailed Description

A token to keep information about the progress of fds_find, fds_find_by_type and fds_find_by_instance operations.

Note:
This structure is meant to be opaque to the user, who does not need to access any of its fields.
The token does not need special initialization.
Warning:
Do not reuse the same token to search for different records. If you do, be sure to set its fields to zero.

Definition at line 162 of file fds.h.