Category ID Bit Masks. More...

Macros

#define ANS_SMPL_ALERT_SUP   (0x01 << 0)
 
#define ANS_EMAIL_SUP   (0x01 << 1)
 
#define ANS_NEWS_SUP   (0x01 << 2)
 
#define ANS_CALL_SUP   (0x01 << 3)
 
#define ANS_MISSED_CALL_SUP   (0x01 << 4)
 
#define ANS_SMS_MMS_SUP   (0x01 << 5)
 
#define ANS_VOICE_MAIL_SUP   (0x01 << 6)
 
#define ANS_SCHEDULE_SUP   (0x01 << 7)
 
#define ANS_HG_PRIO_ALERT_SUP   (0x01 << 8)
 
#define ANS_INSTANT_MES   (0x01 << 9)
 
#define ANS_ALL_CAT_SUP   (0x03ff)
 

Detailed Description

Category ID Bit Masks.

Macro Definition Documentation

◆ ANS_ALL_CAT_SUP

#define ANS_ALL_CAT_SUP   (0x03ff)

Bit for All Category Supported.

◆ ANS_CALL_SUP

#define ANS_CALL_SUP   (0x01 << 3)

Bit for Call Supported.

◆ ANS_EMAIL_SUP

#define ANS_EMAIL_SUP   (0x01 << 1)

Bit for Email Supported.

◆ ANS_HG_PRIO_ALERT_SUP

#define ANS_HG_PRIO_ALERT_SUP   (0x01 << 8)

Bit for High Prioritized Alert Supported.

◆ ANS_INSTANT_MES

#define ANS_INSTANT_MES   (0x01 << 9)

Bit for Instant Message Supported.

◆ ANS_MISSED_CALL_SUP

#define ANS_MISSED_CALL_SUP   (0x01 << 4)

Bit for Missed Call Supported.

◆ ANS_NEWS_SUP

#define ANS_NEWS_SUP   (0x01 << 2)

Bit for News Supported.

◆ ANS_SCHEDULE_SUP

#define ANS_SCHEDULE_SUP   (0x01 << 7)

Bit for Schedule Supported.

◆ ANS_SMPL_ALERT_SUP

#define ANS_SMPL_ALERT_SUP   (0x01 << 0)

Bit for Simple Alert Supported.

◆ ANS_SMS_MMS_SUP

#define ANS_SMS_MMS_SUP   (0x01 << 5)

Bit for SMS/MMS Supported.

◆ ANS_VOICE_MAIL_SUP

#define ANS_VOICE_MAIL_SUP   (0x01 << 6)

Bit for Voice Mail Supported.