DataCellBase(IDataFrame, IConfigurationCell, UInt16, Int32, Int32, Int32) Constructor

Creates a new DataCellBase from specified parameters.

Definition

Namespace: Gemstone.PhasorProtocols
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
protected DataCellBase(
	IDataFrame parent,
	IConfigurationCell configurationCell,
	ushort statusFlags,
	int maximumPhasors,
	int maximumAnalogs,
	int maximumDigitals
)

Parameters

parent  IDataFrame
The reference to parent IDataFrame of this DataCellBase.
configurationCell  IConfigurationCell
The IConfigurationCell associated with this DataCellBase.
statusFlags  UInt16
The default status flags to apply to this DataCellBase.
maximumPhasors  Int32
Sets the maximum number of phasors for the PhasorValues collection.
maximumAnalogs  Int32
Sets the maximum number of phasors for the AnalogValues collection.
maximumDigitals  Int32
Sets the maximum number of phasors for the DigitalValues collection.

See Also