WAP_ADDRESS_TYPE
The WAP_ADDRESS_TYPE enumeration is used for supported WAP address types in the WAP_ADDRESS structure. The address identifies the sending or receiving device.
enum WAP_ADDRESS_TYPE {
WAP_ADDRESS_TYPE_UDP = 1,
WAP_ADDRESS_TYPE_GSM_SMS,
};
Enumerators
- WAP_ADDRESS_TYPE_UDP
An Internet IP address in text format — for example, 127.0.0.1. - WAP_ADDRESS_TYPE_GSM_SMS
An MSISDN phone number in international format — for example, +1.425.555.0112.
Requirements
Pocket PC Platforms: Pocket PC 2002 and later
OS Versions: Windows CE 3.0 and later
Header: wap.h
Library: wap.lib
Send feedback on this topic to the authors.
© 2005 Microsoft Corporation. All rights reserved.