| Home > Function descriptions > | History back Previous chapter Next chapter Print |
GetTimeout |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG GetTimeout (ULONG nMode, ULONG* pTimeout)
Description
Using GetTimeout(), you can read out user-defined timeout values from the uEye API.
For further information, please refer to the "C: How to proceed: Image capture: Capture modes" chapter in the uEye Manual.
Parameters
nMode |
Selects the timeout value to be returned |
IS_TRIGGER_TIMEOUT |
Returns the timeout value in ms for triggered image capture |
pTimeout |
Pointer to the variable that holds the timeout value. Returns 0 if the default value of the uEye API is used. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
IS_NOT_SUPPORTED |
The value for nMode is invalid |
IS_INVALID_PARAMETER |
The pTimeout pointer is NULL |
Related functions