ans_new_alert_t Struct Reference

Alert Notification Service New Alert value. More...

#include <ans.h>

Public Attributes

ans_alert_cat_id_t cat_id
 Category ID. More...
 
uint8_t alert_num
 Number of new alert. More...
 
uint8_t str_info [ANS_UTF_8_STR_LEN_MAX]
 Text String Information. More...
 
uint8_t length
 Length of Text String. More...
 

Detailed Description

Alert Notification Service New Alert value.

Definition at line 148 of file ans.h.

Member Data Documentation

◆ alert_num

uint8_t ans_new_alert_t::alert_num

Number of new alert.

Definition at line 151 of file ans.h.

◆ cat_id

ans_alert_cat_id_t ans_new_alert_t::cat_id

Category ID.

Definition at line 150 of file ans.h.

◆ length

uint8_t ans_new_alert_t::length

Length of Text String.

Definition at line 153 of file ans.h.

◆ str_info

uint8_t ans_new_alert_t::str_info[ANS_UTF_8_STR_LEN_MAX]

Text String Information.

Definition at line 152 of file ans.h.


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