Share via


WCMP_PROVIDER_SPECIFIC_MESSAGE_TYPE (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

Short Message Service Enumerations
WCMP_PROVIDER_SPECIFIC_DATA
SmsSendMessage
SmsReadMessage