The DisplayResponseInterval setting specifies the minimum time between changes in display brightness due to changes in lighting conditions.

Values

time_in_milliseconds

Specifies the minimum time, in milliseconds, between changes in display brightness due to changes in lighting conditions.

time_in_milliseconds is an integer between 100 (0.1 seconds) and 36000000 (1 hour). The default value is 2000 (2 seconds).

Valid Passes

specialize

Parent Hierarchy

Applies To

For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-MobilePC-Sensors-API.

XML Example

This XML example shows how to set the minimum time between changes in display brightness due to changes in lighting conditions to one minute.

  Copy Code
<ALRPoints>000000000a0000000a00000028000000280000005000000044</ALRPoints>
<DisplayResponseInterval>60000</DisplayResponseInterval>
<IlluminanceChangeSensitivity>20</IlluminanceChangeSensitivity>

See Also