Freigeben über


WifiManager.IsStaConcurrencyForMultiInternetSupported Property

Definition

Query whether or not the device supports concurrent station (STA) connections for multi internet connections.

public virtual bool IsStaConcurrencyForMultiInternetSupported { [Android.Runtime.Register("isStaConcurrencyForMultiInternetSupported", "()Z", "GetIsStaConcurrencyForMultiInternetSupportedHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("isStaConcurrencyForMultiInternetSupported", "()Z", "GetIsStaConcurrencyForMultiInternetSupportedHandler", ApiSince=33)>]
member this.IsStaConcurrencyForMultiInternetSupported : bool

Property Value

true if this device supports multiple STA concurrency for this use-case, false otherwise.

Attributes

Remarks

Query whether or not the device supports concurrent station (STA) connections for multi internet connections.

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

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