Click or drag to resize

PhasorValueBase(IDataCell, IPhasorDefinition) Constructor

Creates a new PhasorValueBase.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected PhasorValueBase(
	IDataCell parent,
	IPhasorDefinition phasorDefinition
)
View Source

Parameters

parent  IDataCell
The IDataCell parent of this PhasorValueBase.
phasorDefinition  IPhasorDefinition
The IPhasorDefinition associated with this PhasorValueBase.
See Also