iOS notification structure. More...
#include <ancs_protocol.h>
Collaboration diagram for ntf_source_pdu_t:Public Attributes | |
| ancs_evt_id_t | event_id |
| Whether the notification was added, removed, or modified. More... | |
| ancs_ntf_flags_t | event_flags |
| Whether the notification was added, removed, or modified. More... | |
| ancs_category_id_t | category_id |
| Classification of the notification type, for example, email or location. More... | |
| uint8_t | category_count |
| Current number of active notifications for this category ID. More... | |
| uint32_t | notification_uid |
| Notification UID. More... | |
iOS notification structure.
Definition at line 130 of file ancs_protocol.h.
| uint8_t ntf_source_pdu_t::category_count |
Current number of active notifications for this category ID.
Definition at line 135 of file ancs_protocol.h.
| ancs_category_id_t ntf_source_pdu_t::category_id |
Classification of the notification type, for example, email or location.
Definition at line 134 of file ancs_protocol.h.
| ancs_ntf_flags_t ntf_source_pdu_t::event_flags |
Whether the notification was added, removed, or modified.
Definition at line 133 of file ancs_protocol.h.
| ancs_evt_id_t ntf_source_pdu_t::event_id |
Whether the notification was added, removed, or modified.
Definition at line 132 of file ancs_protocol.h.
| uint32_t ntf_source_pdu_t::notification_uid |
Notification UID.
Definition at line 136 of file ancs_protocol.h.