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