RangingResult.Is80211mcMeasurement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("is80211mcMeasurement", "()Z", "", ApiSince=31)]
public bool Is80211mcMeasurement ();
[<Android.Runtime.Register("is80211mcMeasurement", "()Z", "", ApiSince=31)>]
member this.Is80211mcMeasurement : unit -> bool
Returns
The result is true if the IEEE 802.11mc protocol was used. If the result is false,
and #is80211azNtbMeasurement()
is also false a one-side RTT result is provided
which does not subtract the turnaround time at the responder.
<p>
Only valid if #getStatus()
returns #STATUS_SUCCESS
, otherwise will throw an
exception.
- Attributes
Remarks
Java documentation for android.net.wifi.rtt.RangingResult.is80211mcMeasurement()
.
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.