Click or drag to resize
IpConfigEnableDhcp Method
Enable dhcp.

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

Return Value

Type: IpConfigError
Exceptions
ExceptionCondition
InvalidOperationException
Remarks
Gigabit cameras can only set DHCP if connected to a valid IP address. Check IsDhcpValid before using this property. If the gigabit camera is unreachable you first need to use a valid static IP address before it is possible to change the dhcp setting.
See Also