GigE |
GigE |
Syntax
INT is_Configuration (UINT nCommand, void* pParam, UINT cbSizeOfParam)
Description
If a GigE uEye camera is operated in trusted pairing mode, the camera remains in paired state even if the camera is disconnected from the network. If the power supply of the camera is not interrupted, the firmware recognizes the missing network connection and remains active. After reconnection to the network the firmware sends the information that power supply of the cameras was not interrupted and image capturing can start again.
For the host PC, the camera is still opened if the camera loses network connection.
The trusted pairing mode is currently not supported by the camera models UI-526x, UI-536x and UI-537x. |
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
hCam |
Camera handle |
pParam |
Pointer to a function parameter, whose function depends on nCommand. |
cbSizeOfParam |
Size (in bytes) of the memory area to which pParam refers. |
Contents of the CONFIGURATION_CAPS structure
INT |
IS_CONFIG_TRUSTED_PAIRING_CAP_SUPPORTED |
Function parameters for setting the trusted pairing mode are supported. |
Contents of the CONFIGURATION_SEL structure
INT |
IS_CONFIG_TRUSTED_PAIRING_ON |
Enables the trusted pairing mode. |
INT |
IS_CONFIG_TRUSTED_PAIRING_OFF |
Disables the trusted paring mode. |