Class
uEye.Configuration.GigE.PersistentIp
Accessible
Configuration.GigE.PersistentIp.GetSupported
Syntax
uEye.Configuration.GigE.PersistentIp.GetSupported(uEye.Types.ETH.MacAddr MacAddr, out bool bPersistantIpSupported)
uEye.Configuration.GigE.PersistentIp.GetSupported(int s32DeviceId, out bool bPersistantIpSupported)
Description
Returns if the setting of a persistent IP is supported.
Parameter
MacAddr |
MAC address of the camera |
|
int |
s32DeviceId |
Camera ID |
bool |
bPersistantIpSupported |
true = Persistent IP is supported false = Persistent IP is not supported |