Configuration file entry definition. More...
#include <config_file.h>
Data Fields | |
| const char * | key |
| The path to the entry in the config file. | |
| RZB_CONF_KEY_TYPE_t | type |
| The RZB_CONF_KEY_TYPE_t value for the type of value to read for the entry. | |
| void * | dest |
| A pointer to the pointer to the memory to be used to store the value. | |
| void * | callback |
| Callback structure. | |
Configuration file entry definition.
1.6.3