public sealed class LightMeter : ContinuousSensorPublic NotInheritable Class LightMeter
Inherits ContinuousSensor[<SealedAttribute>]
type LightMeter =
class
inherit ContinuousSensor
end| IsEnabled |
Returns true if the sensor has been enabled.
(Inherited from ContinuousSensor) |
| IsReady |
Returns true if the sensor values are available for reading.
(Inherited from ContinuousSensor) |
| LuxValue | Gets the LUX value reported by the light meter sensor. Negative values indicate a problem with the sensor. |
| Disable |
Stops the light meter sensor reporting LUX values.
(Overrides ContinuousSensorDisable) |
| Enable |
Enables the light meter sensor to report LUX values.
(Overrides ContinuousSensorEnable) |