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.138 -- Release Build+d320e0a63cabbd50e5d712783a511f5687755b05
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