다음을 통해 공유


ResponderConfig.CenterFreq1Mhz Property

Definition

If the Access Point (AP) bandwidth is 80 + 80 MHz, this param is not used and returns 0.

public int CenterFreq1Mhz { [Android.Runtime.Register("getCenterFreq1Mhz", "()I", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getCenterFreq1Mhz", "()I", "", ApiSince=33)>]
member this.CenterFreq1Mhz : int

Property Value

the center frequency in MHz of the second channel segment (if used)

Attributes

Remarks

If the Access Point (AP) bandwidth is 80 + 80 MHz, this param is not used and returns 0. If the AP uses 80 + 80 MHz, this is the center frequency of the second segment in MHz.

Java documentation for android.net.wifi.rtt.ResponderConfig.getCenterFreq1Mhz().

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.

Applies to