WDP_PROVIDER_SPECIFIC_PORT_ADDRESSING
A version of this page is also available for
4/8/2010
This enumeration is used with the WDP_PROVIDER_SPECIFIC_DATA structure to contain provider-specific data for use with SmsSendMessage and SmsReadMessage calls. 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
Reference
Short Message Service Enumerations
WDP_PROVIDER_SPECIFIC_DATA
SmsSendMessage
SmsReadMessage