|
IPacketExtractTimeSeriesData Method
|
Extracts time-series data from the packet.
Namespace: GSF.Historian.PacketsAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
SyntaxFunction ExtractTimeSeriesData As IEnumerable(Of IDataPoint)
abstract ExtractTimeSeriesData : unit -> IEnumerable<IDataPoint>
function ExtractTimeSeriesData();
View SourceReturn Value
IEnumerableIDataPointAn
IEnumerableT object of
IDataPoints if the packet contains time-series data; otherwise null.
See Also