Click or drag to resize

PacketType101(IEnumerableIMeasurement) 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<IMeasurement> measurements
)
View Source

Parameters

measurements  IEnumerableIMeasurement
A collection of mesurements.
See Also