Sdílet prostřednictvím


WifiManager.IsBridgedApConcurrencySupported Property

Definition

Query whether or not the device supports multiple Access point (AP) which are bridged together.

public virtual bool IsBridgedApConcurrencySupported { [Android.Runtime.Register("isBridgedApConcurrencySupported", "()Z", "GetIsBridgedApConcurrencySupportedHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isBridgedApConcurrencySupported", "()Z", "GetIsBridgedApConcurrencySupportedHandler", ApiSince=31)>]
member this.IsBridgedApConcurrencySupported : bool

Property Value

true if this device supports concurrency of multiple AP which bridged together, false otherwise.

Attributes

Remarks

Query whether or not the device supports multiple Access point (AP) which are bridged together.

Java documentation for android.net.wifi.WifiManager.isBridgedApConcurrencySupported().

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