Click or drag to resize

IndependentOutputAdapterManagerBaseSignalTypes Property

Gets per adapter signal type for output measurements, used when each output needs to be a different type.

Namespace:  GSF.TimeSeries.Adapters
Assembly:  GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.3.303-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SignalType[] SignalTypes { get; }
Request Example View Source

Property Value

Type: SignalType

Implements

IIndependentAdapterManagerSignalTypes
Remarks
Not used by output adapters, inputs into IOutputAdapter are not reentrant into time-series framework.
See Also