Udostępnij za pośrednictwem


WifiManager.IsStaConcurrencyForLocalOnlyConnectionsSupported Property

Definition

Query whether or not the device supports concurrent station (STA) connections for local-only connections using WifiNetworkSpecifier.

public virtual bool IsStaConcurrencyForLocalOnlyConnectionsSupported { [Android.Runtime.Register("isStaConcurrencyForLocalOnlyConnectionsSupported", "()Z", "GetIsStaConcurrencyForLocalOnlyConnectionsSupportedHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isStaConcurrencyForLocalOnlyConnectionsSupported", "()Z", "GetIsStaConcurrencyForLocalOnlyConnectionsSupportedHandler", ApiSince=31)>]
member this.IsStaConcurrencyForLocalOnlyConnectionsSupported : 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 local-only connections using WifiNetworkSpecifier.

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

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