Lancaster University fork of the Nordic nrf51-SDK repository, which actually lives on github: https://github.com/lancaster-university/nrf51-sdk

Dependents:   nRF51822

Embed: (wiki syntax)

« Back to documentation index

dm_init_param_t Struct Reference

dm_init_param_t Struct Reference
[Device Manager Data Types]

Initialization Parameters. More...

#include <device_manager.h>

Data Fields

bool clear_persistent_data
 Set to true in case the module should clear all persistent data.

Detailed Description

Initialization Parameters.

Indicates the application parameters. Currently this only encompasses clearing all persistent data.

Definition at line 405 of file device_manager.h.


Field Documentation

Set to true in case the module should clear all persistent data.

Definition at line 407 of file device_manager.h.