WDP_PROVIDER_SPECIFIC_DATA (Compact 2013)
3/26/2014
This structure contains data about the Wireless Datagram Protocol (WDP) that SmsSendMessage uses.
Syntax
typedef struct wdp_provider_specific_data_tag {
WDP_PROVIDER_SPECIFIC_PORT_ADDRESSING wdppsPortAddressing;
WORD wDestinationPort;
WORD wOriginatorPort;
} WDP_PROVIDER_SPECIFIC_DATA;
Members
- wdppsPortAddressing
The port addressing mode. For possible values, see the WDP_PROVIDER_SPECIFIC_PORT_ADDRESSING enumeration.
- wDestinationPort
The port number on which the packet is delivered.
- wOriginatorPort
The port number on which the packet is sent.
Remarks
The Wireless Datagram Protocol (WDP) provider enables WDP applications to pass data through the Short Message Service (SMS) bearer. For information on WDP, see "Wireless Datagram Protocol Specification" on the OMA website.
This structure provides a description of the fields encoded in the WDP provider-specific portion of a message. The source and destination port model is analogous to the port model used in the sockets architecture.
Requirements
Header |
sms.h |
See Also
Reference
Short Message Service Structures
WDP_PROVIDER_SPECIFIC_PORT_ADDRESSING
SmsSendMessage
SmsReadMessage