Zephyr API 3.6.99
|
Arguments for data loading. More...
#include <settings.h>
Data Fields | |
const char * | subtree |
Name of the subtree to be loaded. | |
settings_load_direct_cb | cb |
Pointer to the callback function. | |
void * | param |
Parameter for callback function. | |
Arguments for data loading.
Holds all parameters that changes the way data should be loaded from backend.
settings_load_direct_cb settings_load_arg::cb |
Pointer to the callback function.
If NULL then matching registered function would be used.
void* settings_load_arg::param |
Parameter for callback function.
Parameter to be passed to the callback function.
const char* settings_load_arg::subtree |
Name of the subtree to be loaded.
If NULL, all values would be loaded.