WAP_LAYER (Compact 2013)

3/26/2014

This enumeration defines protocols for Wireless Application Protocol (WAP) layers.

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.

Remarks

The protocols defined by this enumeration are used during WapOpen calls.

Requirements

Header

wap.h

See Also

Reference

WAP Enumerations
WapOpen