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

#include <CC_Configuration.h>

+ Collaboration diagram for _cc_config_parameter_attributes_t:

Data Fields

char const *const name
 Human readable name.
 
char const *const info
 Human readable info.
 
const cc_config_parameter_value_t min_value
 Minimum value.
 
const cc_config_parameter_value_t max_value
 Maximum value.
 
cc_config_parameter_size_t size
 Size of the parameter in bytes.
 
const cc_config_parameter_format_t format
 Type of the parameter, e.g.: signed, unsigned.
 
const cc_config_parameter_value_t default_value
 Default data.
 
struct { 
 
   bool   altering_capabilities: 1 
 
   bool   read_only: 1 
 
   bool   advanced: 1 
 
flags 
 

Field Documentation

◆ advanced

bool _cc_config_parameter_attributes_t::advanced

◆ altering_capabilities

bool _cc_config_parameter_attributes_t::altering_capabilities

◆ default_value

const cc_config_parameter_value_t _cc_config_parameter_attributes_t::default_value

Default data.

◆ [struct]

const struct { ... } _cc_config_parameter_attributes_t::flags

◆ format

const cc_config_parameter_format_t _cc_config_parameter_attributes_t::format

Type of the parameter, e.g.: signed, unsigned.

◆ info

char const* const _cc_config_parameter_attributes_t::info

Human readable info.

◆ max_value

const cc_config_parameter_value_t _cc_config_parameter_attributes_t::max_value

Maximum value.

◆ min_value

const cc_config_parameter_value_t _cc_config_parameter_attributes_t::min_value

Minimum value.

◆ name

char const* const _cc_config_parameter_attributes_t::name

Human readable name.

◆ read_only

bool _cc_config_parameter_attributes_t::read_only

◆ size

cc_config_parameter_size_t _cc_config_parameter_attributes_t::size

Size of the parameter in bytes.


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