7#ifndef CC_NOTIFICATION_CONFIG_API_H
8#define CC_NOTIFICATION_CONFIG_API_H
notification_type_t
Definition cc_notification_types.h:21
agi_profile_t cc_notification_get_agi_profile(uint8_t index)
NOTIFICATION_STATUS
Definition cc_notification_config_api.h:29
NOTIFICATION_STATUS cc_notification_get_status(uint8_t index)
struct _cc_notification_t cc_notification_t
uint8_t cc_notification_get_config_length(void)
uint8_t cc_notification_config_get_number_of_events(uint8_t index)
notification_type_t cc_notification_get_type(uint8_t index)
bool cc_notification_is_type_supported(notification_type_t type)
notification_event_state cc_notification_get_current_event(uint8_t index)
uint8_t cc_notification_get_supported_events_length(void)
int8_t cc_notification_get_index_by_type_and_endpoint(notification_type_t type, uint8_t endpoint)
cc_notification_t * cc_notification_get(uint8_t index)
int8_t cc_notification_find_event(uint8_t event, uint8_t index)
cc_notification_t * cc_notification_get_config(void)
uint8_t notification_event_state
Definition cc_notification_config_api.h:23
uint8_t cc_notification_get_endpoint(uint8_t index)
@ NOTIFICATION_STATUS_UNSOLICIT_ACTIVATED
Definition cc_notification_config_api.h:31
@ NOTIFICATION_STATUS_UNSOLICIT_DEACTIVATED
Definition cc_notification_config_api.h:30
Definition ZAF_types.h:71
Definition cc_notification_config_api.h:34
const agi_profile_t agi_profile
Definition cc_notification_config_api.h:38
NOTIFICATION_STATUS status
Current event state.
Definition cc_notification_config_api.h:42
RECEIVE_OPTIONS_TYPE_EX rxOpt
Definition cc_notification_config_api.h:35
const notification_event_state * events
Definition cc_notification_config_api.h:39
const notification_type_t type
Definition cc_notification_config_api.h:37
const uint8_t endpoint
Definition cc_notification_config_api.h:36
notification_event_state current_event
Definition cc_notification_config_api.h:41
const uint8_t event_count
Definition cc_notification_config_api.h:40
Definition ZAF_types.h:135