Click or drag to resize

WifiManager Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.WifiWifiManager

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 WifiManager : Object

The WifiManager type exposes the following members.

Constructors
  NameDescription
Public methodWifiManager
Initializes a new instance of the WifiManager class
Top
Properties
  NameDescription
Public propertyAlwaysRequested
Returns whether the Wi-Fi data connection should remain active even when higher priority networks like Ethernet are active, to keep both networks.
Public propertyJniPeerMembers
To be added.
Public propertyNotifyAvailableNetworks
Gets whether to notify the user of open networks or not.
Top
Methods
  NameDescription
Public methodGetSleepPolicy
Gets the current policy for deciding when Wi-Fi should go to sleep (which will in turn switch to using the mobile data as an Internet connection).
Public methodProfileBuilder
Returns builder-pattern instance to be used to configure a Wi-Fi profile.
Public methodSetSleepPolicy
Top
Remarks
The WifiManager class enables the user to control the Wi-Fi adapter behaviour. It also permits the manipulation of arbitrary Wi-Fi profiles.

[Android Documentation]

See Also