Share via


WAP_PRIMITIVE_TYPE

The WAP_PRIMITIVE_TYPE enumeration is used for identifying the types of service primitives that are used in WAP_PRIMITIVE_BASE, WDP_UNITDATA, WTP_ABORT, WTP_INVOKE, and WTP_RESULT structures.

enum WAP_PRIMITIVE_TYPE {
  WAP_PRIMITIVE_TYPE_REQUEST = 1,
  WAP_PRIMITIVE_TYPE_INDICATION,
  WAP_PRIMITIVE_TYPE_RESPONSE,
  WAP_PRIMITIVE_TYPE_CONFIRM,
};

Enumerators

  • WAP_PRIMITIVE_TYPE_REQUEST
    Requests a service.
  • WAP_PRIMITIVE_TYPE_INDICATION
    Notifies of activities.
  • WAP_PRIMITIVE_TYPE_RESPONSE
    Acknowledges receipt of an "Indication" primitive.
  • WAP_PRIMITIVE_TYPE_CONFIRM
    Reports that the "Request" was successfully completed.

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.