RangingResult.MeasurementChannelFrequencyMHz Property
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.
The center frequency of the primary 20 MHz frequency (in MHz) of the channel over which the measurement frames are sent.
public int MeasurementChannelFrequencyMHz { [Android.Runtime.Register("getMeasurementChannelFrequencyMHz", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getMeasurementChannelFrequencyMHz", "()I", "", ApiSince=34)>]
member this.MeasurementChannelFrequencyMHz : int
Property Value
center frequency in Mhz of the channel if available, otherwise #UNSPECIFIED
is returned.
<p>
- Attributes
Remarks
The center frequency of the primary 20 MHz frequency (in MHz) of the channel over which the measurement frames are sent.
Java documentation for android.net.wifi.rtt.RangingResult.getMeasurementChannelFrequencyMHz()
.
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.