NOTIFICATION_PROVIDER_SPECIFIC_INDICATOR_TYPE (Compact 2013)
3/26/2014
Use this enumeration with the NOTIFICATION_PROVIDER_SPECIFIC_DATA structure when calling SmsReadMessage after having called SmsOpen with the notification type. The indicator type identifies whether the notification is for cellular line 1, 2, or none (unknown). Refer to GSM specification 03.40 "Digital Cellular telecommunications system (Phase 2+); Technical realization of the Short Message Service (SMS)" for more details.
Syntax
enum NOTIFICATION_PROVIDER_SPECIFIC_INDICATOR_TYPE {
NOTIFICATIONPSIT_NONE = 0,
NOTIFICATIONPSIT_LINE1 = 1,
NOTIFICATIONPSIT_LINE2 = 2,
};
Elements
- NOTIFICATIONPSIT_NONE
The notification was for an unknown or unspecified cellular line.
- NOTIFICATIONPSIT_LINE1
The notification is for cellular line 1.
- NOTIFICATIONPSIT_LINE2
The notification is for cellular line 2.
Remarks
The NOTIFICATION_PROVIDER_SPECIFIC_INDICATOR_TYPE enumeration is not supported for code division multiple access (CDMA) because there is no multiple-line support.
Requirements
Header |
sms.h |
See Also
Reference
Short Message Service Enumerations
NOTIFICATION_PROVIDER_SPECIFIC_DATA
SmsReadMessage
SmsOpen