Click or drag to resize
IpConfigSetIp Method (String, String, String)
Change the IP settings.

Namespace: Flir.Atlas.Live.Discovery
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public IpConfigError SetIp(
	string ip,
	string subnetMask,
	string gateway
)

Parameters

ip
Type: SystemString
The new IP address i.e. "192.168.0.1"
subnetMask
Type: SystemString
The new subnet mask i.e. "255.255.255.0"
gateway
Type: SystemString
The new default gateway.

Return Value

Type: IpConfigError
NoError if changing the IP settings was successful.
Exceptions
ExceptionCondition
InvalidOperationExceptionCall connect before using SetIp.
See Also