Class
uEye.Configuration.GigE.AutoConfigIp
Accessible
Configuration.GigE.AutoConfigIp.GetDHCPSupported
Syntax
uEye.Configuration.GigE.AutoConfigIp.GetDHCPSupported(int s32DeviceId, out bool bDHCPSupported)
uEye.Configuration.GigE.AutoConfigIp.GetDHCPSupported(uEye.Types.ETH.MacAddr, out bool bDHCPSupported)
Description
Returns if obtaining the IP address from a DHCP server is supported.
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 |
bdhcpSupported |
true = DHCP is supported false = DHCP is not supported |