Click or drag to resize

WifiProfile.Builder.WithIpAddress Method (String, Int32, 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 WifiProfile.Builder WithIpAddress(
	string ipAddress,
	int prefixLength,
	string gateway
)

Parameters

ipAddress
Type: System.String

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

prefixLength
Type: System.Int32

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

gateway
Type: System.String

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

Return Value

Type: WifiProfile.Builder

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

See Also