Share via


WTP_TRANSACTION_CLASS_TYPE

A version of this page is also available for

Windows Embedded CE 6.0 R3

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