ResponderConfig.ChannelWidth 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.
AP Channel bandwidth; one of ScanResult#CHANNEL_WIDTH_20MHZ
,
ScanResult#CHANNEL_WIDTH_40MHZ
,
ScanResult#CHANNEL_WIDTH_80MHZ
, ScanResult#CHANNEL_WIDTH_160MHZ
,
ScanResult #CHANNEL_WIDTH_80MHZ_PLUS_MHZ
or ScanResult#CHANNEL_WIDTH_320MHZ
.
public int ChannelWidth { [Android.Runtime.Register("getChannelWidth", "()I", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getChannelWidth", "()I", "", ApiSince=33)>]
member this.ChannelWidth : int
Property Value
the bandwidth repsentation of the Wi-Fi channel
- Attributes
Remarks
AP Channel bandwidth; one of ScanResult#CHANNEL_WIDTH_20MHZ
, ScanResult#CHANNEL_WIDTH_40MHZ
, ScanResult#CHANNEL_WIDTH_80MHZ
, ScanResult#CHANNEL_WIDTH_160MHZ
, ScanResult #CHANNEL_WIDTH_80MHZ_PLUS_MHZ
or ScanResult#CHANNEL_WIDTH_320MHZ
.
Java documentation for android.net.wifi.rtt.ResponderConfig.getChannelWidth()
.
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.