Please enable JavaScript to view this site.

uEye .NET Manual 4.97

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.

hint_info

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

uEye.Types.ETH.MacAddr

MacAddr

MAC address of the network adapter

Boolean

bdhcpSupported

true = DHCP is supported

false = DHCP is not supported