![]() |
Morse Micro IoT SDK
2.9.7
|
Update node structure.
Used to make a list of raw updates to write to the flash in a single operation.
Definition at line 239 of file mmconfig.h.
#include <mmconfig.h>
Data Fields | |
| char * | key |
| The key, which should be pre-validated using mmconfig_validate_key(), unless it is to be used for multiple deletions and so ends in an asterisk '*'. More... | |
| void * | data |
| Pointer to the data. More... | |
| size_t | size |
| Size of the data. More... | |
| struct mmconfig_update_node * | next |
| Pointer to the next node in the list. More... | |
| void* mmconfig_update_node::data |
| char* mmconfig_update_node::key |
The key, which should be pre-validated using mmconfig_validate_key(), unless it is to be used for multiple deletions and so ends in an asterisk '*'.
Definition at line 245 of file mmconfig.h.
| struct mmconfig_update_node* mmconfig_update_node::next |
Pointer to the next node in the list.
Definition at line 255 of file mmconfig.h.
| size_t mmconfig_update_node::size |