Click or drag to resize

PacketType2ExtractTimeSeriesData Method

Extracts time-series data from PacketType2.

Namespace: GSF.Historian.Packets
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public override IEnumerable<IDataPoint> ExtractTimeSeriesData()
View Source

Return Value

IEnumerableIDataPoint
An IEnumerableT object of ArchiveDataPoints.

Implements

IPacketExtractTimeSeriesData
See Also