| Home > C: Programming > Function descriptions > | History back Previous chapter Next chapter Print |
is_GetComportNumber |
|
uEye Camera Manual Version 4.00
|
|
GigE |
GigE |
Syntax
INT is_GetComportNumber(HIDS hCam, UINT* pComportNumber)
Description
is_GetComportNumber() returns the current COM port number of a GigE uEye HE camera. The default port number is 100. You can change the port number in the Camera Manager. For further information, please also refer to the Camera basics: Serial interface chapter.
|
|
Input parameters
hCam |
Camera handle |
pComportNumber |
Pointer to the variable that is supposed to contain the port number |
Return values
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_NO_SUCCESS |
General error message |
IS_NOT_SUPPORTED |
The camera model used here does not support this function or setting. |
IS_SUCCESS |
Function executed successfully |