DigitalValue(IDataCell, IDigitalDefinition) Constructor

Creates a new DigitalValue.

Definition

Namespace: Gemstone.PhasorProtocols.BPAPDCstream
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.158 -- Release Build+4e142f43dbc4b789ed7256dff03daee71604570b
public DigitalValue(
	IDataCell parent,
	IDigitalDefinition digitalDefinition
)

Parameters

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

See Also