Freigeben über


SmsTextMessage.FromBinaryData(SmsDataFormat, Byte[]) Methode

Definition

Decodiert eine binäre Nachricht und platziert die Ergebnisse in einer neuen instance einer TEXTnachricht. Diese Methode stellt die binäre Nachricht als Verweis auf einen Bytespuffer und eine Auswahl der Codierung des Puffers dar. Daher kann es verwendet werden, wenn die Nachricht nicht direkt vom Gerät stammt oder als instance einer SmsBinaryMessage-Klasse.

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

Ein enumerierter SmsDataFormat-Wert , der das Format eines bestimmten PDU-Puffers (Protocol Description Unit) identifiziert.

value

Byte[]

byte[]

Ein Bytearray, das die zu decodierten Binärdaten enthält.

Gibt zurück

Ein neues SmsTextMessage-Objekt , wenn die Decodierung erfolgreich war.

Attribute

Windows-Anforderungen

App-Funktionen
cellularMessaging sms

Gilt für: