Click or drag to resize

IndependentInputAdapterManagerBaseCurrentDeviceID Property

Gets associated device ID for CurrentAdapterIndex, if any, for measurement generation. If overridden to provide custom device ID, ParentDeviceAcronymTemplate should be set to null so no parent device is created.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual int CurrentDeviceID { get; }
View Source

Property Value

Int32

Implements

IIndependentAdapterManagerCurrentDeviceID
See Also