WifiP2pDirInfo.GetNonce Method

Definition

Get the nonce value used to derive DIR Tag.

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

Returns

Byte[]

A byte-array of random number of size 8 octets.

Attributes

Remarks

Get the nonce value used to derive DIR Tag. See WifiP2pDirInfo

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

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