Compartilhar via


RangingResult.MacAddress Property

Definition

public Android.Net.MacAddress? MacAddress { [Android.Runtime.Register("getMacAddress", "()Landroid/net/MacAddress;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getMacAddress", "()Landroid/net/MacAddress;", "", ApiSince=28)>]
member this.MacAddress : Android.Net.MacAddress

Property Value

The MAC address of the device whose range measurement was requested. Will correspond to the MAC address of the device in the RangingRequest. <p> Will return a null for results corresponding to requests issued using a PeerHandle, i.e. using the RangingRequest.Builder#addWifiAwarePeer(PeerHandle) API.

Attributes

Remarks

Java documentation for android.net.wifi.rtt.RangingResult.getMacAddress().

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