Interface ISimulationService
Represents a simulation service that manages simulated sensors.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface ISimulationService
Properties
Sensors
Gets an array of simulated sensors managed by the simulation service.
View Source
Declaration
ISimulatedSensor[] Sensors { get; }
Methods
StopAll()
Stops all ongoing simulations for all sensors.
View Source
Declaration
void StopAll()