Share via


WifiP2pDirInfo.GetDirTag Method

Definition

Get the DIR Tag value.

[Android.Runtime.Register("getDirTag", "()[B", "", ApiSince=36)]
public byte[] GetDirTag();
[<Android.Runtime.Register("getDirTag", "()[B", "", ApiSince=36)>]
member this.GetDirTag : unit -> byte[]

Returns

Byte[]

A byte-array of Tag value of size 8 octets.

Attributes

Remarks

Get the DIR Tag value. See WifiP2pDirInfo

Java documentation for android.net.wifi.p2p.WifiP2pDirInfo.getDirTag().

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