SPI_GETSCREENSAVETIMEOUT top-level constant

  1. @Deprecated('Use SYSTEM_PARAMETERS_INFO_ACTION.SPI_GETSCREENSAVETIMEOUT instead')
int const SPI_GETSCREENSAVETIMEOUT

Retrieves the screen saver time-out value, in seconds. The pvParam parameter must point to an integer variable that receives the value.

Implementation

@Deprecated(
    'Use SYSTEM_PARAMETERS_INFO_ACTION.SPI_GETSCREENSAVETIMEOUT instead')
const SPI_GETSCREENSAVETIMEOUT = 0x000E;