Udostępnij za pośrednictwem


WifiManager.IsStaBridgedApConcurrencySupported Property

Definition

Query whether or not the device supports concurrency of Station (STA) + multiple access points (AP) (where the APs bridged together).

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

Property Value

true if this device supports concurrency of STA + multiple APs which are bridged together, false otherwise.

Attributes

Remarks

Query whether or not the device supports concurrency of Station (STA) + multiple access points (AP) (where the APs bridged together).

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

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