Click or drag to resize

DigitalValue(IDataCell, IDigitalDefinition) Constructor

Creates a new DigitalValue.

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

Parameters

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