| IpConfigSetIp Method (String) |
Change the IP adress.
Namespace: Flir.Atlas.Live.DiscoveryAssembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax public IpConfigError SetIp(
string ip
)
Parameters
- ip
- Type: SystemString
the new IP address i.e. "192.168.0.1".
Return Value
Type:
IpConfigErrorNoError if changing the IP address was successful.
Remarks The current subnet mask and gateway will be used.
See Also