Category ID Bit Masks. More...

+ Collaboration diagram for Category ID Bit Masks:

Macros

#define ANS_C_SMPL_ALERT_SUP   (0x01 << 0)
 Bit for Simple Alert Supported. More...
 
#define ANS_C_EMAIL_SUP   (0x01 << 1)
 Bit for Email Supported. More...
 
#define ANS_C_NEWS_SUP   (0x01 << 2)
 Bit for News Supported. More...
 
#define ANS_C_CALL_SUP   (0x01 << 3)
 Bit for Call Supported. More...
 
#define ANS_C_MISSED_CALL_SUP   (0x01 << 4)
 Bit for Missed Call Supported. More...
 
#define ANS_C_SMS_MMS_SUP   (0x01 << 5)
 Bit for SMS/MMS Supported. More...
 
#define ANS_C_VOICE_MAIL_SUP   (0x01 << 6)
 Bit for Voice Mail Supported. More...
 
#define ANS_C_SCHEDULE_SUP   (0x01 << 7)
 Bit for Schedule Supported. More...
 
#define ANS_C_HG_PRIO_ALERT_SUP   (0x01 << 8)
 Bit for High Prioritized Alert Supported. More...
 
#define ANS_C_INSTANT_MES   (0x01 << 9)
 Bit for Instant Message Supported. More...
 
#define ANS_C_ALL_CAT_SUP   (0x03ff)
 Bit for All Category Supported. More...
 

Detailed Description

Category ID Bit Masks.

Macro Definition Documentation

◆ ANS_C_ALL_CAT_SUP

#define ANS_C_ALL_CAT_SUP   (0x03ff)

Bit for All Category Supported.

Definition at line 90 of file ans_c.h.

◆ ANS_C_CALL_SUP

#define ANS_C_CALL_SUP   (0x01 << 3)

Bit for Call Supported.

Definition at line 83 of file ans_c.h.

◆ ANS_C_EMAIL_SUP

#define ANS_C_EMAIL_SUP   (0x01 << 1)

Bit for Email Supported.

Definition at line 81 of file ans_c.h.

◆ ANS_C_HG_PRIO_ALERT_SUP

#define ANS_C_HG_PRIO_ALERT_SUP   (0x01 << 8)

Bit for High Prioritized Alert Supported.

Definition at line 88 of file ans_c.h.

◆ ANS_C_INSTANT_MES

#define ANS_C_INSTANT_MES   (0x01 << 9)

Bit for Instant Message Supported.

Definition at line 89 of file ans_c.h.

◆ ANS_C_MISSED_CALL_SUP

#define ANS_C_MISSED_CALL_SUP   (0x01 << 4)

Bit for Missed Call Supported.

Definition at line 84 of file ans_c.h.

◆ ANS_C_NEWS_SUP

#define ANS_C_NEWS_SUP   (0x01 << 2)

Bit for News Supported.

Definition at line 82 of file ans_c.h.

◆ ANS_C_SCHEDULE_SUP

#define ANS_C_SCHEDULE_SUP   (0x01 << 7)

Bit for Schedule Supported.

Definition at line 87 of file ans_c.h.

◆ ANS_C_SMPL_ALERT_SUP

#define ANS_C_SMPL_ALERT_SUP   (0x01 << 0)

Bit for Simple Alert Supported.

Definition at line 80 of file ans_c.h.

◆ ANS_C_SMS_MMS_SUP

#define ANS_C_SMS_MMS_SUP   (0x01 << 5)

Bit for SMS/MMS Supported.

Definition at line 85 of file ans_c.h.

◆ ANS_C_VOICE_MAIL_SUP

#define ANS_C_VOICE_MAIL_SUP   (0x01 << 6)

Bit for Voice Mail Supported.

Definition at line 86 of file ans_c.h.