cbFlashLED()

Causes the LED on a USB device to flash.

Function Prototype

C/C++

int cbFlashLED(int BoardNum);

Visual Basic

Function cbFlashLED(ByVal BoardNum&) as Long

Argument

BoardNum

The board number of the USB device whose LED will flash.

Note

After calling cbFlashLED(), wait a few seconds before calling additional functions, or execution of the next function may fail.