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

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

Parameters

ip
Type: SystemString
the new IP address i.e. "192.168.0.1".

Return Value

Type: IpConfigError
NoError if changing the IP address was successful.
Remarks
The current subnet mask and gateway will be used.
See Also