// wwan.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_SET_SMS_CONFIGURATION structure represents how MB devices support SMS configuration.
ScAddressA 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:
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.
SmsFormatThe 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.
NDIS_WWAN_SET_SMS_CONFIGURATION