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 defines supported WAP address types. The address identifies the sending or receiving device.

Syntax

enum WAP_ADDRESS_TYPE{

WAP_ADDRESS_TYPE_UDP = 1,

WAP_ADDRESS_TYPE_GSM_SMS
};

Elements

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

Header wap.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

WAP_ADDRESS

Concepts

WAP Enumerations