WAP_LAYER

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This enumeration defines protocols for WAP layers. The protocols are used during WapOpen calls.

Syntax

enum WAP_LAYER{
  WAP_LAYER_WDP = 1,
  WAP_LAYER_WTLS,
  WAP_LAYER_WTP,
  WAP_LAYER_WSP,
  WAP_LAYER_WAE
};

Elements

  • WAP_LAYER_WDP
    Unreliable datagram protocol.
  • WAP_LAYER_WTLS
    Not used.
  • WAP_LAYER_WTP
    Reliable transaction protocol.
  • WAP_LAYER_WSP
    Not used.
  • WAP_LAYER_WAE
    Not used.

Requirements

Header wap.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Concepts

WAP Enumerations