WAP_PRIMITIVE_TYPE (Windows Embedded CE 6.0)
1/6/2010
This enumeration defines the types of service primitives. Each primitive also has an identifier, as defined by the WAP_PRIMITIVE_ID enumeration.
Syntax
enum WAP_PRIMITIVE_TYPE{
WAP_PRIMITIVE_TYPE_REQUEST = 1,
WAP_PRIMITIVE_TYPE_INDICATION,
WAP_PRIMITIVE_TYPE_RESPONSE,
WAP_PRIMITIVE_TYPE_CONFIRM
};
Elements
- WAP_PRIMITIVE_TYPE_REQUEST
A request for service.
- WAP_PRIMITIVE_TYPE_INDICATION
A notification of activities.
- WAP_PRIMITIVE_TYPE_RESPONSE
A response to receipt of an "Indication" primitive.
- WAP_PRIMITIVE_TYPE_CONFIRM
A confirmation that a "Request" primitive was successfully completed.
Requirements
Header | wap.h |
Windows Embedded CE | Windows CE 3.0 and later |