WCMP_PROVIDER_SPECIFIC_MESSAGE_TYPE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This enumeration is used with the WCMP_PROVIDER_SPECIFIC_DATA structure to contain provider-specific data for use with SmsSendMessage and SmsReadMessage calls. Refer to the WAP-202-WCMP specification, "Wireless Control Message Protocol (WCMP)," for details.

Syntax

enum WCMP_PROVIDER_SPECIFIC_MESSAGE_TYPE {
WCMPPSMT_UNSUPPORTED = 0,
WCMPPSMT_PORT_UNREACHABLE,
WCMPPSMT_MESSAGE_TOO_BIG,
WCMPPSMT_ECHO_REQUEST,
WCMPPSMT_ECHO_REPLY,
};

Enumerators

  • WCMPPSMT_UNSUPPORTED
    No route to the destination exists in the routing table.
  • WCMPPSMT_PORT_UNREACHABLE
    The destination port is unreachable.
  • WCMPPSMT_MESSAGE_TOO_BIG
    The message exceeds the buffer size limit of the recipient.
  • WCMPPSMT_ECHO_REQUEST
    Sends echo requests for diagnostic purposes.
  • WCMPPSMT_ECHO_REPLY
    Receives echo replies for diagnostic purposes.

Requirements

Header sms.h
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

Short Message Service Enumerations
WCMP_PROVIDER_SPECIFIC_DATA
SmsSendMessage
SmsReadMessage