CAPL Script

xlReleaseLED

Syntax

dword xlReleaseLED(dword ledBitMask);

Function

Releases the specified LEDs after they were successfully acquired with a call ofxlAcquireLED. This function is supported by the following device:VN8900(driver version > 7.5)

Parameters

ledBitMask The LEDs you want to release. Note that you can bitwise combine the values to specify multiple LEDs. The following LEDs are available forVN8900devices:

Return Values

0: no error, function succeeded.

!= 0: error, function failed. Check whether your device supports this function and you have an appropriate driver installed on the device.

SeexlAcquireLED