Click or drag to resize

PacketType1(IDataPoint) Constructor

Initializes a new instance of the PacketType1 class.

Namespace: GSF.Historian.Packets
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public PacketType1(
	IDataPoint dataPoint
)
View Source

Parameters

dataPoint  IDataPoint
Object that implements the IDataPoint interface.
See Also