Interface ITrignoSimulatedManager
Interface for the simulated data source manager
Assembly: DelsysAPI.dll
Syntax
public interface ITrignoSimulatedManager : IManager
Properties
Components
Returns the list of currently discovered components.
Declaration
List<SensorSim> Components { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<SensorSim> |
|
Methods
AddComponent(SensorSim)
Declaration
void AddComponent(SensorSim sensor)
Parameters
AddTimeCallback(SimulatedTimeEvent)
Declaration
void AddTimeCallback(SimulatedTimeEvent time)
Parameters
Events
SimulatedTimeEventCallback
Declaration
event EventHandler<SimulatedTimeEventArg> SimulatedTimeEventCallback
Event Type