WifiManager.IsMakeBeforeBreakWifiSwitchingSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Query whether or not the device supports concurrent station (STA) connections for make-before-break wifi to wifi switching.
public virtual bool IsMakeBeforeBreakWifiSwitchingSupported { [Android.Runtime.Register("isMakeBeforeBreakWifiSwitchingSupported", "()Z", "GetIsMakeBeforeBreakWifiSwitchingSupportedHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isMakeBeforeBreakWifiSwitchingSupported", "()Z", "GetIsMakeBeforeBreakWifiSwitchingSupportedHandler", ApiSince=31)>]
member this.IsMakeBeforeBreakWifiSwitchingSupported : 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 make-before-break wifi to wifi switching.
Note: This is an internal feature which is not available to apps.
Java documentation for android.net.wifi.WifiManager.isMakeBeforeBreakWifiSwitchingSupported()
.
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.