Bagikan melalui


SmsTextMessage.FromBinaryData(SmsDataFormat, Byte[]) Metode

Definisi

Mendekode pesan biner dan menempatkan hasilnya dalam instans baru pesan teks. Metode ini mewakili pesan biner sebagai referensi ke buffer byte dan pilihan bagaimana buffer dikodekan. Oleh karena itu, ini dapat digunakan ketika pesan tidak berasal langsung dari perangkat atau sebagai instans kelas 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

Parameter

format
SmsDataFormat

Nilai enumerasi SmsDataFormat yang mengidentifikasi format buffer unit deskripsi protokol (PDU) tertentu.

value

Byte[]

byte[]

Array byte yang berisi data biner untuk didekodekan.

Mengembalikan

Objek SmsTextMessage baru jika decoding berhasil.

Atribut

Persyaratan Windows

Kemampuan aplikasi
cellularMessaging sms

Berlaku untuk