Share via


SMS Provider Specific Message Options Constants (Compact 2013)

3/26/2014

The following table shows constants that define message options that are specific to providers.

Constant

Value

Description

PS_MESSAGE_OPTION_NONE

0x00000000

States that no options are being used.

PS_MESSAGE_OPTION_REPLYPATH

0x00000001

Before sending, set the TP_REPLY_PATH parameter. For more information, see "GSM specification 03.40 (Annex D)" on the 3GPP web site.

PS_MESSAGE_OPTION_STATUSREPORT

0x00000002

Before sending, set the TP_STATUS_REPORT_REQUEST parameter to request a status report for the outgoing message. For more information, see "GSM specification 03.40 (Annex D)" on the 3GPP web site.

PS_MESSAGE_OPTION_DISCARD

0x00000004

Before sending, set the TP_DCS (Data Coding Scheme) parameter to request that the discard bit be set for the outgoing message.

This option is used only for the message-waiting indication.

This option is used when receiving and is ignored when sending.

The discard bit indicates that the device can discard the contents of the message, and present only the message indicator in the UI.

For more information, see "GSM specification 03.40 (Annex D)" on the 3GPP web site.

Requirements

Header

sms.h

See Also

Reference

Short Message Service Constants
SmsOpen