Click or drag to resize

PacketType101(IEnumerableIDataPoint) Constructor

Initializes a new instance of the PacketType101 class.

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

Parameters

dataPoints  IEnumerableIDataPoint
A collection of time-series data points.
See Also