Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This enumeration is used with the WDP_PROVIDER_SPECIFIC_DATAstructure to contain provider-specific data for use with SmsSendMessageand SmsReadMessagecalls. Refer to the WAP-202-WCMP specification, "Wireless Control Message Protocol (WCMP)," and GSM specification 03.40 "Digital cellular telecommunications system (Phase 2+); Technical realization of the Short Message Service (SMS)" for details.

Syntax

enum WDP_PROVIDER_SPECIFIC_PORT_ADDRESSING {
WDPPSPA_8_BIT_PORT_NUMBERS = 0,
WDPPSPA_16_BIT_PORT_NUMBERS,
};

Enumerators

WDPPSPA_8_BIT_PORT_NUMBERS

The message should be addressed with an 8-bit port number. Certain port numbers are reserved; refer to GSM specification 03.40 for more detail.

WDPPSPA_16_BIT_PORT_NUMBERS

The message should be addressed with a 16-bit port number. Certain port numbers are reserved; refer to GSM specification 03.40 for more detail.

Remarks

Some port numbers in the 8-bit and 16-bit space are reserved and should not be used by applications. See GSM specification 03.40 for more details.

Requirements

Header sms.h
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also