AnalogValue(IDataCell, IAnalogDefinition) Constructor

Creates a new AnalogValue.

Definition

Namespace: Gemstone.PhasorProtocols.BPAPDCstream
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.158 -- Release Build+4e142f43dbc4b789ed7256dff03daee71604570b
public AnalogValue(
	IDataCell parent,
	IAnalogDefinition analogDefinition
)

Parameters

parent  IDataCell
The IDataCell parent of this AnalogValue.
analogDefinition  IAnalogDefinition
The IAnalogDefinition associated with this AnalogValue.

See Also