ResponderConfig.CenterFreq0Mhz 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.
If the Access Point (AP) bandwidth is 20 MHz, 0 MHz is returned.
public int CenterFreq0Mhz { [Android.Runtime.Register("getCenterFreq0Mhz", "()I", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getCenterFreq0Mhz", "()I", "", ApiSince=33)>]
member this.CenterFreq0Mhz : int
Property Value
the center frequency in MHz of the first channel segment
- Attributes
Remarks
If the Access Point (AP) bandwidth is 20 MHz, 0 MHz is returned. If the AP use 40, 80 or 160 MHz, this is the center frequency (in MHz). if the AP uses 80 + 80 MHz, this is the center frequency of the first segment (in MHz).
Java documentation for android.net.wifi.rtt.ResponderConfig.getCenterFreq0Mhz()
.
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.