Show / Hide Table of Contents

Interface ITrignoSimulatedManager

Interface for the simulated data source manager

Inherited Members
IManager.ComponentAdded
IManager.ComponentRemoved
IManager.ComponentLost
IManager.ComponentDebugging
IManager.ComponentScanComplete
IManager.ComponentNotResponding
IManager.ComponentPropChanged
IManager.SelectComponentAsync(Component)
IManager.DeselectComponentAsync(Component)
Namespace: DelsysAPI.Contracts
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
Type Name Description
SensorSim sensor

AddTimeCallback(SimulatedTimeEvent)

Declaration
void AddTimeCallback(SimulatedTimeEvent time)
Parameters
Type Name Description
SimulatedTimeEvent time

Events

SimulatedTimeEventCallback

Declaration
event EventHandler<SimulatedTimeEventArg> SimulatedTimeEventCallback
Event Type
Type Description
System.EventHandler<SimulatedTimeEventArg>
Back to top Generated by DocFX