Freigeben über


WifiManager.IsStaApConcurrencySupported Property

Definition

Query whether or not the device supports Station (STA) + Access point (AP) concurrency.

public virtual bool IsStaApConcurrencySupported { [Android.Runtime.Register("isStaApConcurrencySupported", "()Z", "GetIsStaApConcurrencySupportedHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isStaApConcurrencySupported", "()Z", "GetIsStaApConcurrencySupportedHandler", ApiSince=30)>]
member this.IsStaApConcurrencySupported : bool

Property Value

true if this device supports STA + AP concurrency, false otherwise.

Attributes

Remarks

Query whether or not the device supports Station (STA) + Access point (AP) concurrency.

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

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