次の方法で共有


SmsTextMessage.FromBinaryData(SmsDataFormat, Byte[]) メソッド

定義

バイナリ メッセージをデコードし、結果をテキスト メッセージの新しいインスタンスに配置します。 このメソッドは、バイナリ メッセージをバイトバッファーへの参照として表し、バッファーのエンコード方法を選択します。 したがって、メッセージがデバイスから直接発信されていない場合、または SmsBinaryMessage クラスのインスタンスとして使用できます。

public:
 static SmsTextMessage ^ FromBinaryData(SmsDataFormat format, Platform::Array <byte> ^ value);
/// [Windows.Foundation.Metadata.Deprecated("ISmsTextMessageStatics may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Devices.Sms.LegacySmsApiContract)]
 static SmsTextMessage FromBinaryData(SmsDataFormat const& format, winrt::array_view <byte> const& value);
/// [Windows.Foundation.Metadata.Deprecated("ISmsTextMessageStatics may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")]
 static SmsTextMessage FromBinaryData(SmsDataFormat const& format, winrt::array_view <byte> const& value);
[Windows.Foundation.Metadata.Deprecated("ISmsTextMessageStatics may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Devices.Sms.LegacySmsApiContract))]
public static SmsTextMessage FromBinaryData(SmsDataFormat format, byte[] value);
[Windows.Foundation.Metadata.Deprecated("ISmsTextMessageStatics may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")]
public static SmsTextMessage FromBinaryData(SmsDataFormat format, byte[] value);
function fromBinaryData(format, value)
Public Shared Function FromBinaryData (format As SmsDataFormat, value As Byte()) As SmsTextMessage

パラメーター

format
SmsDataFormat

特定のプロトコル記述単位 (PDU) バッファーの形式を識別する SmsDataFormat 列挙値。

value

Byte[]

byte[]

デコードするバイナリ データを含むバイト配列。

戻り値

デコードが成功した場合は、新しい SmsTextMessage オブジェクト。

属性

Windows の要件

アプリの機能
cellularMessaging sms

適用対象