WWAN_SMS_FORMAT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef enum _WWAN_SMS_FORMAT {
  WwanSmsFormatPdu,
  WwanSmsFormatReserved0,
  WwanSmsFormatReserved1,
  WwanSmsFormatReserved2,
  WwanSmsFormatCdma,
  WwanSmsFormatMax
} WWAN_SMS_FORMAT, *PWWAN_SMS_FORMAT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_sms_format)

_WWAN_SMS_FORMAT enumeration

Description

The WWAN_SMS_FORMAT enumeration lists different Short Message Service (SMS) formats.

Constants

WwanSmsFormatPdu

SMS messages are in PDU format. For GSM-based devices, messages are hexadecimal strings that represent messages in PDU format as defined in the 3GPP TS 27.005 and 3GPP TS 23.040 specifications. For CDMA-based devices messages are byte arrays that represent messages as defined in section 3.4.2.1 SMS Point-to-Point Message in 3GPP2 specification C.S0015-A "Short Message Service (SMS) for Wideband Spread Spectrum Systems".

WwanSmsFormatReserved0

This value is reserved for future use. Do not use.

WwanSmsFormatReserved1

This value is reserved for future use. Do not use.

WwanSmsFormatReserved2

This value is reserved for future use. Do not use.

WwanSmsFormatCdma

The message is in text format. For more information, see WWAN_SMS_CDMA_RECORD and WWAN_SMS_SEND_CDMA. This value applies only to CDMA-based devices.

WwanSmsFormatMax

This value is reserved. Do not use.

Remarks

CDMA-based devices support only WwanSmsFormatCdma. The WwanSmsFormatCdma format is not applicable for GSM-based devices.

See also

WWAN_SET_SMS_CONFIGURATION

WWAN_SMS_CDMA_RECORD

WWAN_SMS_CONFIGURATION

WWAN_SMS_READ

WWAN_SMS_SEND

WWAN_SMS_SEND_CDMA