Share via


WTP_TRANSACTION_CLASS_TYPE

Send Feedback

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

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

Pocket PC: Pocket PC 2002 and later.
Smartphone: Smartphone 2002 and later.
OS Versions: Windows CE 3.0 and later.
Header: Wap.h.

See Also

WAP Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.