Share via


WSDEventType

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration identifies the type of event produced by the session layer.

Syntax

typedef enum _WSDEventType
{
  WSDET_NONE = 0,
  WSDET_INCOMING_MESSAGE = 1,
  WSDET_INCOMING_FAULT = 2,
    WSDET_TRANSMISSION_FAILURE = 3,
  WSDET_RESPONSE_TIMEOUTWSDET_RESPONSE_TIMEOUT = 4
}WSDEventType;

Elements

  • WSDET_NONE
    No events were detected.
  • WSDET_INCOMING_MESSAGE
    An incoming message was detected.
  • WSDET_INCOMING_FAULT
    An incoming message fault was detected.
  • WSDET_TRANSMISSION_FAILURE
    A message transmission failure was detected.
  • WSDET_RESPONSE_TIMEOUT
    A message response timeout was detected.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Enumerations
Web Services on Devices Reference