WWAN_SET_SMS_CONFIGURATION structure (wwan.h)
The WWAN_SET_SMS_CONFIGURATION structure represents how MB devices support SMS configuration.
Syntax
typedef struct _WWAN_SET_SMS_CONFIGURATION {
CHAR ScAddress[WWAN_SMS_ADDRESS_MAX_LEN];
WWAN_SMS_FORMAT SmsFormat;
} WWAN_SET_SMS_CONFIGURATION, *PWWAN_SET_SMS_CONFIGURATION;
Members
ScAddress[WWAN_SMS_ADDRESS_MAX_LEN]
A NULL-terminated string with a maximum length of 15 digits that represents the Service Center (SC) address. This member is used by all text messages for sending and receiving. For PDU-style SMS messages, this information is used if it is not available in PDU data.
The number can be in any of the following formats:
- "+ \0"
- "\0"
For set requests, the MB Service can set this member to NULL. In this case, a NULL indicates the miniport driver does not need to update ScAddress and should not update this member thereafter.
SmsFormat
The SMS message format that should be used for the unsolicited indication of new SMS message arrivals. CDMA-based devices support only WwanSmsFormatCdma format. The WwanSmsFormatCdma format is does not apply to GSM-based devices.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 7 and later versions of Windows. |
Header | wwan.h (include Wwan.h) |