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
)
Public Overridable Function ProfileBuilder (
essid As String
) As WifiProfileBuilder
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:
WifiProfileBuildera newly created
[T:Com.Datalogic.Device.Wifi.WifiProfile+Builder] instance.
Remarks See Also