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.153 -- Release Build+ada5559b3b674dd4675f3b08c42ff237a50f01ca
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