WSDUdpMessageType (Compact 2013)
3/26/2014
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 |
See Also
Reference
Web Services on Devices Enumerations
Web Services on Devices Reference