Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This enumeration defines transaction class types. A transaction class identifies a transaction service, and is not negotiable.

Syntax

enum WTP_TRANSACTION_CLASS_TYPE{

WTP_TRANSACTION_CLASS_TYPE_0 = 1,

WTP_TRANSACTION_CLASS_TYPE_1,

WTP_TRANSACTION_CLASS_TYPE_2
};

Elements

WTP_TRANSACTION_CLASS_TYPE_0

Unreliable datagram transaction that does not require response data. This type of transaction cannot be stopped.

WTP_TRANSACTION_CLASS_TYPE_1

Reliable transaction that does not require response data. This type of transaction can be stopped at any time.

WTP_TRANSACTION_CLASS_TYPE_2

Reliable transaction with reliable response data. This type of transaction can be stopped at any time.

Requirements

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

See Also

Concepts

WAP Enumerations