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