Language

WifiAwareManager.CreateTxtRecordMap(Byte[]) Method

Definition

Create the TXT record map from the TLV buffer which generate by #createTxtRecordTlvBuffer(Map)

[Android.Runtime.Register("createTxtRecordMap", "([B)Ljava/util/Map;", "", ApiSince=37)]
public static System.Collections.Generic.IDictionary<string,string> CreateTxtRecordMap(byte[] txtRecordTlvBuffer);
[<Android.Runtime.Register("createTxtRecordMap", "([B)Ljava/util/Map;", "", ApiSince=37)>]
static member CreateTxtRecordMap : byte[] -> System.Collections.Generic.IDictionary<string, string>

Parameters

txtRecordTlvBuffer
Byte[]

The TLV buffer containing the TXT record.

Returns

The TXT record map.

Attributes

Remarks

Create the TXT record map from the TLV buffer which generate by createTxtRecordTlvBuffer(Map)

Android reference for android.net.wifi.aware.WifiAwareManager.createTxtRecordMap.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to