Share via


WSD_PROTOCOL_TYPE (Compact 2013)

3/26/2014

This enumeration identifies the type of protocol supported by a port.

Syntax

typedef enum _WSD_PROTOCOL_TYPE
{
  WSD_PT_NONE = 0x00,
  WSD_PT_UDP = 0x01,
  WSD_PT_HTTP = 0x02,
  WSD_PT_HTTPS = 0x04,
  WSD_PT_ALL = 0xff
}WSD_PROTOCOL_TYPE;

Elements

  • WSD_PT_NONE
    No protocols supported.
  • WSD_PT_UDP
    The UDP protocol is supported.
  • WSD_PT_HTTP
    The HTTP protocol is supported.
  • WSD_PT_HTTPS
    The HTTPS protocol is supported.
  • WSD_PT_ALL
    The UDP, HTTP, and HTTPS protocols are supported.

Requirements

Header

wsdapi.h

Library

wsdapi.lib

See Also

Reference

Web Services on Devices Enumerations
WSD_PORT_TYPE
Web Services on Devices Reference