Please enable JavaScript to view this site.

IDS Software Suite 4.96.1

Navigation: C: Programming > Function descriptions > is_Configuration

IP address of the network adapter

Scroll Previous Top Next More
Windows_Logo
Linux_Logo

GigE

-

Syntax

INT is_Configuration (UINT nCommand, void* pParam, UINT cbSizeOfParam)

Description

If you change the IP address of the network adapter while the uEye API is loaded, you must inform the driver that there has been a change. Otherwise, a camera may be shown as available, but it cannot be opened. Use the function is_Configuration() for this purpose. Note that the function call is only successful if no camera is opened.

The nCommand input parameter is used to select the function mode. The pParam input parameter depends on the selected function mode. If you select functions for setting or returning a value, pParam contains a pointer to a variable of the UINT type. The size of the memory area to which pParam refers is specified in the cbSizeOfParam input parameter.

Input parameters

nCommand

IS_CONFIG_CMD_UPDATE_TCPIP_SETUP

Reload the IP address of the network adapter.

pParam

Pointer to a function parameter, whose function depends on nCommand.

cbSizeOfParam

Size (in bytes) of the memory area to which pParam refers.

Example

is_Configuration(IS_CONFIG_CMD_UPDATE_TCPIP_SETUP, NULL, 0);

© 2022 IDS Imaging Development Systems GmbH