Class
uEye.Configuration.GigE.AutoConfigIp
Accessible
Configuration.GigE.AutoConfigIp.GetDHCPEnabled
Syntax
uEye.Configuration.GigE.AutoConfigIp.GetDHCPEnabled(int s32DeviceId, out bool dhcpEnabled)
uEye.Configuration.GigE.AutoConfigIp.GetDHCPEnabled(uEye.Types.ETH.MacAddr MacAddr, out bool dhcpEnabled)
Description
Activates the DHCP functionality so that a camera obtains the IP address from a DHCP server.
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 = DHCP mode is enabled false = DHCP mode is disabled |