| Home > Function descriptions > | History back Previous chapter Next chapter Print |
GetFlashStrobe |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG GetFlashStrobe()
Description
GetFlashStrobe() returns the actual set mode for the digital output port.
Parameters
<none>
Return values
[0] IS_SET_FLASH_OFF |
The flash functionality is disabled. |
[1] IS_SET_FLASH_LO_ACTIVE |
The digital output is set to be digital LOW while flash is active. |
[2] IS_SET_FLASH_HI_ACTIVE |
The digital output is set to be digital HIGH while flash is active. |
[3] IS_SET_FLASH_HIGH |
The digital output is set to be constant HIGH. |
[4] IS_SET_FLASH_LOW |
The digital output is set to be constant LOW. |