Nordic nrf51 sdk sources. Mirrored from https://github.com/ARMmbed/nrf51-sdk.

Dependents:   nRF51822 nRF51822

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.