Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
cc_multi_channel_config_api.h
Go to the documentation of this file.
1
7#ifndef CC_MULTI_CHANNEL_CONFIG_API_H_
8#define CC_MULTI_CHANNEL_CONFIG_API_H_
9
10#include <stdbool.h>
11#include <stdint.h>
12
20typedef struct {
21 uint8_t generic_type;
23}
25
27
29
31
37#endif /* CC_MULTI_CHANNEL_CONFIG_API_H_ */
cc_multi_channel_config_t const * cc_multi_channel_get_config_endpoint(uint8_t endpoint)
cc_multi_channel_config_t const * cc_multi_channel_get_config(void)
bool cc_multi_channel_are_endpoints_identical(void)
Definition cc_multi_channel_config_api.h:20
uint8_t specific_type
Definition cc_multi_channel_config_api.h:22
uint8_t generic_type
Definition cc_multi_channel_config_api.h:21