RangingResult.Is80211azNtbMeasurement 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("is80211azNtbMeasurement", "()Z", "", ApiSince=35)]
public bool Is80211azNtbMeasurement ();
[<Android.Runtime.Register("is80211azNtbMeasurement", "()Z", "", ApiSince=35)>]
member this.Is80211azNtbMeasurement : unit -> bool
Returns
The result is true if the IEEE 802.11az non-trigger based protocol was used. If the
result is false, and #is80211mcMeasurement()
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.is80211azNtbMeasurement()
.
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.