Class
uEye.Configuration.GigE.AutoConfigIp
Accessible
Configuration.GigE.AutoConfigIp.Get
Syntax
uEye.Configuration.GigE.AutoConfigIp.Get(int s32DeviceId, out uEye.Types.ETH.AutoConfigIPSetup EthIpSutoConfig)
uEye.Configuration.GigE.AutoConfigIp.Get(uEye.Types.ETH.MacAddr MacAddr, out uEye.Types.ETH.AutoConfigIPSetup EthIpAutoConfig)
Description
Returns the IP address range for automatic IP configuration.
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 |
|
EthIpAutoConfig |
Returns the IP address range |