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...
 

Detailed Description

iOS notification structure.

Definition at line 130 of file ancs_protocol.h.

Member Data Documentation

◆ category_count

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.

◆ category_id

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.

◆ event_flags

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.

◆ event_id

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.

◆ notification_uid

uint32_t ntf_source_pdu_t::notification_uid

Notification UID.

Definition at line 136 of file ancs_protocol.h.


The documentation for this struct was generated from the following file: