SmsSendMessageResult 类

定义

封装调用 SmsDevice2.SendMessageAndGetResultAsync 的结果。

注意

此功能仅适用于由移动网络运营商、移动宽带适配器 IHV 或 OEM 授予特权访问权限的移动运营商应用和 UWP 应用。 有关详细信息,请参阅 移动宽带

public ref class SmsSendMessageResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SmsSendMessageResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SmsSendMessageResult
Public NotInheritable Class SmsSendMessageResult
继承
Object Platform::Object IInspectable SmsSendMessageResult
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
cellularMessaging sms

注解

可以通过 SmsDevice2.SendMessageAndGetResultAsync 方法的异步结果访问 SmsSendMessageResult 对象。 有关使用异步方法的结果的信息,请参阅 ) (Windows 运行时 应用异步编程

属性

CellularClass

获取发送操作中使用的手机网络类。

IsErrorTransient

获取一个布尔值,该值指示发送操作是否遇到暂时性错误。

IsSuccessful

获取一个值,该值指示发送操作是否成功。

MessageReferenceNumbers

获取发送的消息编号列表。

ModemErrorCode

获取与发送操作关联的调制解调器错误的错误代码。

NetworkCauseCode

获取与发送操作关联的网络错误的错误代码。

TransportFailureCause

获取与发送操作关联的传输失败的错误代码。

适用于