Click or drag to resize

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

Parameters

ipAddress
Type: SystemString

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

gateway
Type: SystemString

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

Return Value

Type: WifiProfileBuilder

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

See Also