Zigbee Protocol Controller 1.6.0
|
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | zigpc_config_t |
Reference to options used by ZigPC. More... | |
Functions | |
const zigpc_config_t * | zigpc_get_config (void) |
Get the current configuration. This must only be called after zigpc_config_init. More... | |
int | zigpc_config_init () |
Initialize the configuration module. More... | |