WifiPdRangingCapabilities.Get80211mcMinRangingInterval 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.
Gets the minimum ranging interval for 802.
[Android.Runtime.Register("get80211mcMinRangingInterval", "()Ljava/time/Duration;", "", ApiSince=37)]
public Java.Time.Duration Get80211mcMinRangingInterval();
[<Android.Runtime.Register("get80211mcMinRangingInterval", "()Ljava/time/Duration;", "", ApiSince=37)>]
member this.Get80211mcMinRangingInterval : unit -> Java.Time.Duration
Returns
Duration The minimum ranging interval for 802.11mc.
- Attributes
Remarks
Gets the minimum ranging interval for 802.11mc based ranging.
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.