| IpConfigIsDhcpEnabled Property |
Check if dhcp is enabled.
Namespace: Flir.Atlas.Live.DiscoveryAssembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax public bool IsDhcpEnabled { get; }
Property Value
Type:
BooleanRemarks 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