Click or drag to resize

PacketBaseExtractTimeSeriesData Method

Extracts time-series data from the packet.

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

Return Value

IEnumerableIDataPoint
An IEnumerableT of IDataPoints if the packet contains time-series data; otherwise null.

Implements

IPacketExtractTimeSeriesData
See Also