AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones específicas para móviles / Funciones de teléfono
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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.
Example
// Switch on the diode in red during 10 second
LEDSwitchOn(LightRed, 1000)
 
// Turn off LED
LEDSwitchOff()
Syntax
LEDSwitchOff()
Component: wd290android.jar
Versión mínima requerida
  • Versión 16
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local