次の方法で共有


WTP_TRANSACTION_CLASS_TYPE (Compact 2013)

3/26/2014

This enumeration defines transaction class types.

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.

Remarks

A transaction class identifies a transaction service. It is not negotiable.

Requirements

Header

wap.h

See Also

Reference

WAP Enumerations