Switches the LED (Light-Emitting Diode) of the device off. This LED must have been switched on by
LEDSwitchOn.
Caution:
- The device must be equipped with a LED.
- This function has no effect in the simulator or in the emulator.
// Switch on the diode in red during 10 second
LEDSwitchOn(LightRed, 1000)
// Turn off LED
LEDSwitchOff()
Component: wd280android.jar