Class
uEye.Configuration.GigE.AutoConfigIp
Accessible
Configuration.GigE.AutoConfigIp.GetSupported
Syntax
uEye.Configuration.GigE.AutoConfigIp.GetSupported(int s32DeviceId, out bool bAutoConfigIpSupported)
uEye.Configuration.GigE.AutoConfigIp.GetSupported(uEye.Types.ETH.MacAddr MacAddr, out bool bAutoConfigIpSupported)
Description
Returns if the setting an automatic IP is supported.
Note on using GigE uEye cameras on a DHCP network If a DHCP server is running on the network, you need to ensure when configuring the network adapter that the manually assigned address range of the uEye driver is outside the DHCP range. |
Parameter
int |
s32DeviceId |
Device ID of the network adapter |
MacAddr |
MAC address of the network adapter |
|
bool |
bAutoConfigIpSupported |
true = Automatic IP is supported false = Automatic IP is not supported |