WTP_TRANSACTION_CLASS_TYPE (Windows Embedded CE 6.0)
1/6/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 |