Public Attributes#

const uint16_t

Unique id number of the parameter.

uint16_t

Next parameter number.

ID of the configuration file.

Attributes of the parameters.

bool(*

Function pointer to handle the migration between versions.

Public Attribute Documentation#

number#

const uint16_t cc_config_parameter_metadata_t::number

Unique id number of the parameter.


Definition at line 96 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/Configuration/inc/CC_Configuration.h

next_number#

uint16_t cc_config_parameter_metadata_t::next_number

Next parameter number.


Definition at line 97 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/Configuration/inc/CC_Configuration.h

file_id#

const zpal_nvm_object_key_t cc_config_parameter_metadata_t::file_id

ID of the configuration file.


Definition at line 98 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/Configuration/inc/CC_Configuration.h

attributes#

cc_config_parameter_attributes_t cc_config_parameter_metadata_t::attributes

Attributes of the parameters.


Definition at line 99 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/Configuration/inc/CC_Configuration.h

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.


Definition at line 100 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/Configuration/inc/CC_Configuration.h