Causes the LED on a USB device to flash.
C/C++
int cbFlashLED(int BoardNum);
Visual Basic
Function cbFlashLED(ByVal BoardNum&) as Long
BoardNum
The board number of the USB device whose LED will flash.
After calling cbFlashLED(), wait a few seconds before calling additional functions, or execution of the next function may fail.