Morse Micro IoT SDK  2.9.7

Detailed Description

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_nodenext
 Pointer to the next node in the list. More...
 

Field Documentation

◆ data

void* mmconfig_update_node::data

Pointer to the data.

May be NULL to indicate deletion.

Definition at line 249 of file mmconfig.h.

◆ key

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.

◆ next

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

size_t mmconfig_update_node::size

Size of the data.

May be zero to indicate deletion.

Definition at line 252 of file mmconfig.h.


The documentation for this struct was generated from the following file: