Click or drag to resize

WifiProfile Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.WifiWifiProfile

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 class WifiProfile : Object

The WifiProfile type exposes the following members.

Properties
  NameDescription
Public propertyIsConnected
Tell whether the Wi-Fi profile whose ESSID matches the one represented by the WifiProfile
Public propertyJniPeerMembers
To be added.
Top
Methods
  NameDescription
Public methodAddOrUpdate
Add a new Wi-Fi profile or updates any existing one whose ESSID matches the one represented by the WifiProfile
Public methodConnect
Connect to the Wi-Fi profile whose ESSID matches the one represented by the WifiProfile
Public methodDisconnect
Disconnect from the Wi-Fi profile whose ESSID matches the one represented by the WifiProfile
Public methodExists
Tell whether the Wi-Fi a profile whose ESSID matches the one represented by the WifiProfile
Public methodRemove
Remove the Wi-Fi profile whose ESSID matches the one represented by the WifiProfile
Top
Remarks
The WifiProfile class is used to both represent a valid Wi-Fi profile and manipulate it (e.g. add, remove, check for existence, etc...). Profiles are created through a builder-pattern.

[Android Documentation]

See Also