ScanResult.CenterFreq0 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.
Not used if the AP bandwidth is 20 MHz If the AP use 40, 80, 160 or 320MHz, this is the center frequency (in MHz) if the AP use 80 + 80 MHz, this is the center frequency of the first segment (in MHz)
[Android.Runtime.Register("centerFreq0", ApiSince=23)]
public int CenterFreq0 { get; set; }
[<Android.Runtime.Register("centerFreq0", ApiSince=23)>]
member this.CenterFreq0 : int with get, set
Property Value
- Attributes
Remarks
Not used if the AP bandwidth is 20 MHz If the AP use 40, 80, 160 or 320MHz, this is the center frequency (in MHz) if the AP use 80 + 80 MHz, this is the center frequency of the first segment (in MHz)
Java documentation for android.net.wifi.ScanResult.centerFreq0
.
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.