Click or drag to resize

DigitalValueBase(IDataCell, IDigitalDefinition) Constructor

Creates a new DigitalValueBase.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected DigitalValueBase(
	IDataCell parent,
	IDigitalDefinition digitalDefinition
)
View Source

Parameters

parent  IDataCell
The IDataCell parent of this DigitalValueBase.
digitalDefinition  IDigitalDefinition
The IDigitalDefinition associated with this DigitalValueBase.
See Also