Click or drag to resize
IpConfigError Enumeration
Error messages when using IP Config.

Namespace: Flir.Atlas.Live.Discovery
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public enum IpConfigError
Members
  Member nameValueDescription
NoError0 No error.
NotConnected1 Not connected
ConnectionFailed2 Connection failed. Changing the IP settings might still be possible.
CameraNotFound3 Camera not found.
CameraLocked4 Camera is in use by other application
Unknown5 Unknow error.
See Also