WSD_PROTOCOL_TYPE (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |
See Also
Reference
Web Services on Devices Enumerations
WSD_PORT_TYPE
Web Services on Devices Reference