Click or drag to resize

WifiProfileBuilderWithIpAddress Method (String, Int32, String, String)

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 WifiProfileBuilder WithIpAddress(
	string ipAddress,
	int prefixLength,
	string gateway,
	string[] domainNameServers
)

Parameters

ipAddress
Type: SystemString

[Missing <param name="ipAddress"/> documentation for "M:Com.Datalogic.Device.Wifi.WifiProfile.Builder.WithIpAddress(System.String,System.Int32,System.String,System.String[])"]

prefixLength
Type: SystemInt32

[Missing <param name="prefixLength"/> documentation for "M:Com.Datalogic.Device.Wifi.WifiProfile.Builder.WithIpAddress(System.String,System.Int32,System.String,System.String[])"]

gateway
Type: SystemString

[Missing <param name="gateway"/> documentation for "M:Com.Datalogic.Device.Wifi.WifiProfile.Builder.WithIpAddress(System.String,System.Int32,System.String,System.String[])"]

domainNameServers
Type: SystemString

[Missing <param name="domainNameServers"/> documentation for "M:Com.Datalogic.Device.Wifi.WifiProfile.Builder.WithIpAddress(System.String,System.Int32,System.String,System.String[])"]

Return Value

Type: WifiProfileBuilder

[Missing <returns> documentation for "M:Com.Datalogic.Device.Wifi.WifiProfile.Builder.WithIpAddress(System.String,System.Int32,System.String,System.String[])"]

See Also