Click or drag to resize

WifiProfileIsConnected Property

Tell whether the Wi-Fi profile whose ESSID matches the one represented by the WifiProfile

Namespace:  Com.Datalogic.Device.Wifi
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual bool IsConnected { get; }

Property Value

Type: Boolean
a boolean value indicating the profile connection state.
Remarks

Tell whether the Wi-Fi profile whose ESSID matches the one represented by the WifiProfile

instance is currently connected.

[Android Documentation]

See Also