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.166 -- Release Build+4f9601ce2fc7721cafe5edaeacb540e40faa3f58
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