SmsDataFormat Enum

Definition

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

CdmaDeliver 3

The data format is CDMA WMT format of type deliver.

CdmaSubmit 1

The data format is CDMA WMT format of type submit.

GsmDeliver 4

The data format is GSM of type deliver.

GsmSubmit 2

The data format is GSM of type submit.

Unknown 0

The data format is unknown.

Applies to