共用方式為


WDP_PROVIDER_SPECIFIC_PORT_ADDRESSING

Send Feedback

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.

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

Smartphone: Smartphone 2002 and later
Pocket PC: Pocket PC 2002 and later
OS Versions: Windows CE 3.0 and later
Header: sms.h
Library: sms.lib

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.