WAP_LAYER (Windows Embedded CE 6.0)

1/6/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

See Also

Concepts

WAP Enumerations