Alert Notification Service Client event. More...
#include <ans_c.h>
Collaboration diagram for ans_c_evt_t:Public Attributes | |
| uint8_t | conn_idx |
| The index of the connection. More... | |
| ans_c_evt_type_t | evt_type |
| The ANS event type. More... | |
| union { | |
| uint16_t sup_new_alert_cat_ids | |
| Alert status received. More... | |
| uint16_t sup_unread_alert_cat_ids | |
| Ringer setting received. More... | |
| ans_c_new_alert_t new_alert | |
| New Alert value. More... | |
| ans_c_unread_alert_t unread_alert | |
| Unread Alert Status value. More... | |
| } | value |
| Value received. More... | |
| ans_c_evt_type_t ans_c_evt_t::evt_type |
| ans_c_new_alert_t ans_c_evt_t::new_alert |
| uint16_t ans_c_evt_t::sup_new_alert_cat_ids |
| uint16_t ans_c_evt_t::sup_unread_alert_cat_ids |
| ans_c_unread_alert_t ans_c_evt_t::unread_alert |
| union { ... } ans_c_evt_t::value |
Value received.