| IpConfigSetIp Method (String, String, String) |
Change the IP settings.
Namespace: Flir.Atlas.Live.DiscoveryAssembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax 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:
IpConfigErrorNoError if changing the IP settings was successful.
Exceptions See Also