WSDUdpMessageType (Windows Embedded CE 6.0)
1/6/2010
This enumeration identifies the type of UDP message.
Syntax
typedef enum _WSDUdpMessageType
{
ONE_WAY = 0,
TWO_WAY = 1
}WSDUdpMessageType;
Elements
- ONE_WAY
The message is a one-way UDP message without a corresponding response. Hello and Bye messages are one-way messages.
- TWO_WAY
The message is a two-way UDP message with a corresponding response. Probe and Resolve messages are two-way messages.
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