Skip to content

Latest commit

 

History

History
100 lines (77 loc) · 3.31 KB

ns-wwan-_wwan_sms_configuration.md

File metadata and controls

100 lines (77 loc) · 3.31 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:wwan._WWAN_SMS_CONFIGURATION
_WWAN_SMS_CONFIGURATION (wwan.h)
The WWAN_SMS_CONFIGURATION structure represents the SMS configuration of the MB device.
netvista\wwan_sms_configuration.htm
netvista
05/02/2018
WWAN_SMS_CONFIGURATION structure
*PWWAN_SMS_CONFIGURATION, PWWAN_SMS_CONFIGURATION, PWWAN_SMS_CONFIGURATION structure pointer [Network Drivers Starting with Windows Vista], WWAN_SMS_CONFIGURATION, WWAN_SMS_CONFIGURATION structure [Network Drivers Starting with Windows Vista], WwanRef_d68f5af0-d14e-4b01-a77d-4d3fea6db828.xml, _WWAN_SMS_CONFIGURATION, netvista.wwan_sms_configuration, wwan/PWWAN_SMS_CONFIGURATION, wwan/WWAN_SMS_CONFIGURATION
wwan.h
Wwan.h
Windows
Available in Windows 7 and later versions of Windows.
Windows
WWAN_SMS_CONFIGURATION, *PWWAN_SMS_CONFIGURATION
_WWAN_SMS_CONFIGURATION
wwan/_WWAN_SMS_CONFIGURATION
PWWAN_SMS_CONFIGURATION
wwan/PWWAN_SMS_CONFIGURATION
WWAN_SMS_CONFIGURATION
wwan/WWAN_SMS_CONFIGURATION
APIRef
kbSyntax
HeaderDef
wwan.h
_WWAN_SMS_CONFIGURATION
PWWAN_SMS_CONFIGURATION
WWAN_SMS_CONFIGURATION

_WWAN_SMS_CONFIGURATION structure

-description

The WWAN_SMS_CONFIGURATION structure represents the SMS configuration of the MB device.

-struct-fields

-field ScAddress

A NULL-terminated string with a maximum length of 20 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 the ScAddress member and should not update this member thereafter.

-field SmsFormat

The SMS message format that should be used for the unsolicited indication of new SMS message arrivals. CDMA-based devices support only the WwanSmsFormatCdma format. The WwanSmsFormatCdma format does not apply to GSM-based devices.

-field ulMaxMessageIndex

The maximum number of messages that can be stored on the device. Miniport drivers report this value for query requests. Unsolicited events that are used to notify the change of ScAddress must also contain valid information for this member.

-remarks

Miniport drivers need to fill in this data structure only when processing query requests, or in case of unsolicited events.

-see-also

NDIS_WWAN_SMS_CONFIGURATION

WWAN_SMS_FORMAT