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.
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 |
MacAddr |
MAC address of the network adapter |
|
Boolean |
dhcpEnabled |
true = Enable DHCP mode false = Disable DHCP mode |