| Home > Function descriptions > | History back Previous chapter Next chapter Print |
GetTriggerDebounceDelayRange |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG GetTriggerDebounceDelayRange (LONG* pnMin, LONG* pnMax, LONG* pnInc)
Description
GetTriggerDebounceDelayRange() returns the supported range of values for the trigger debounce delay time (see TriggerDebounceDelay).
|
|
Parameters
pnMin |
Pointer to variable returning the minimum value. |
pnMax |
Pointer to variable returning the maximum value. |
pnInc |
Pointer to variable returning the increment. |
Return values
IS_SUCCESS |
Function executed successfully. |
IS_NO_SUCCESS |
General error message |
IS_NOT_SUPPORTED |
This function is not supported by the current camera |
Related properties
Related functions