Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
cc_config_parameter_metadata_t Struct Reference

#include <CC_Configuration.h>

+ Collaboration diagram for cc_config_parameter_metadata_t:

Data Fields

const uint16_t number
 Unique id number of the parameter.
 
uint16_t next_number
 Next parameter number.
 
const zpal_nvm_object_key_t file_id
 ID of the configuration file.
 
cc_config_parameter_attributes_t attributes
 Attributes of the parameters.
 
bool(* migration_handler )(cc_config_parameter_buffer_t *parameter_buffer)
 Function pointer to handle the migration between versions.
 

Field Documentation

◆ attributes

cc_config_parameter_attributes_t cc_config_parameter_metadata_t::attributes

Attributes of the parameters.

◆ file_id

const zpal_nvm_object_key_t cc_config_parameter_metadata_t::file_id

ID of the configuration file.

◆ migration_handler

bool(* cc_config_parameter_metadata_t::migration_handler) (cc_config_parameter_buffer_t *parameter_buffer)

Function pointer to handle the migration between versions.

◆ next_number

uint16_t cc_config_parameter_metadata_t::next_number

Next parameter number.

◆ number

const uint16_t cc_config_parameter_metadata_t::number

Unique id number of the parameter.


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