Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.Configuration.GigE.AutoConfigIp

Accessible

Configuration.GigE.AutoConfigIp.SetDHCPEnabled

Syntax

uEye.Configuration.GigE.AutoConfigIp.SetDHCPEnabled(int s32DeviceId, bool dhcpEnabled)

uEye.Configuration.GigE.AutoConfigIp.SetDHCPEnabled(uEye.Types.ETH.MacAddr MacAddr, bool dhcpEnabled)

Description

Returns if the DHCP functionality is enabled.

The device ID of the camera must be passed in s32DeviceId or the MAC address of the camera must be passed in MacAddr.

hint_info

In order to use the DHCP functionality, the camera must be operated with firmware version 4.95 or higher.

Parameter

int

s32DeviceId

Device ID of the network adapter

uEye.Types.ETH.MacAddr

MacAddr

MAC address of the network adapter

Boolean

dhcpEnabled

true = Enable DHCP mode

false = Disable DHCP mode