SmsDataFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumerated type identifies the format of a given protocol description unit (PDU) buffer.
Note
This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators, mobile broadband adapter IHV, or OEM. For more information, see Mobile Broadband.
public enum class SmsDataFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SmsDataFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SmsDataFormat
var value = Windows.Devices.Sms.SmsDataFormat.unknown
Public Enum SmsDataFormat
- Inheritance
-
SmsDataFormat
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
cellularMessaging
sms
|
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The data format is unknown. |
CdmaSubmit | 1 | The data format is CDMA WMT format of type submit. |
GsmSubmit | 2 | The data format is GSM of type submit. |
CdmaDeliver | 3 | The data format is CDMA WMT format of type deliver. |
GsmDeliver | 4 | The data format is GSM of type deliver. |