Click or drag to resize

WifiManagerProfileBuilder Method

Returns builder-pattern instance to be used to configure a Wi-Fi profile.

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 WifiProfileBuilder ProfileBuilder(
	string essid
)

Parameters

essid
Type: SystemString
- ESSID of the network to which the profile will be bound. This is the only mandatory field for a profile (e.g. in the case the profile is only used to check for existence).

Return Value

Type: WifiProfileBuilder
a newly created [T:Com.Datalogic.Device.Wifi.WifiProfile+Builder] instance.
Remarks

Returns builder-pattern instance to be used to configure a Wi-Fi profile.

[Android Documentation]

See Also