Class SimulatedHumiditySensor
Assembly: Meadow.Foundation.dll
View Source
Declaration
public class SimulatedHumiditySensor : SimulatedSamplingSensorBase<RelativeHumidity>, ISimulatedSensor, IHumiditySensor, ISamplingSensor<RelativeHumidity>, ISensor<RelativeHumidity>, ISensor, ISamplingSensor
Inheritance: System.Object -> Meadow.Foundation.Sensors.SimulatedSensorBase
Implements:
Meadow.Peripherals.Sensors.ISimulatedSensor, Meadow.Peripherals.Sensors.Atmospheric.IHumiditySensor, Meadow.Peripherals.Sensors.ISamplingSensor<Meadow.Units.RelativeHumidity>, Meadow.Peripherals.Sensors.ISensor<Meadow.Units.RelativeHumidity>, Meadow.Peripherals.Sensors.ISensor, Meadow.Peripherals.Sensors.ISamplingSensor
Properties
Humidity
Last value read from the humidity sensor.
View Source
Declaration
public RelativeHumidity? Humidity { get; }
ValueType
Gets the type of the sensor's value.
View Source
Declaration
public override Type ValueType { get; }
Methods
SetSensorValue(object)
Sets the simulated value for the sensor.
View Source
Declaration
public override void SetSensorValue(object value)
Parameters
| Type | Name | Description |
|---|---|---|
System.Object | value | The value to set for the sensor. |
GenerateSimulatedValue(SimulationBehavior)
Generates a value based on the provided behavior
View Source
Declaration
protected override RelativeHumidity GenerateSimulatedValue(SimulationBehavior behavior)
Returns
Meadow.Units.RelativeHumidity
Parameters
| Type | Name | Description |
|---|---|---|
Meadow.Peripherals.Sensors.SimulationBehavior | behavior | The behavior to use when generating a value |
Implements
Meadow.Peripherals.Sensors.ISimulatedSensorMeadow.Peripherals.Sensors.Atmospheric.IHumiditySensorMeadow.Peripherals.Sensors.ISamplingSensor<Meadow.Units.RelativeHumidity>Meadow.Peripherals.Sensors.ISensor<Meadow.Units.RelativeHumidity>Meadow.Peripherals.Sensors.ISensorMeadow.Peripherals.Sensors.ISamplingSensor