openPDC Synchrophasor Help
DataCellBase Constructor (parent, configurationCell, statusFlags, maximumPhasors, maximumAnalogs, maximumDigitals)
NamespacesTVA.PhasorProtocolsDataCellBaseDataCellBase(IDataFrame, IConfigurationCell, UInt16, Int32, Int32, Int32)
Creates a new DataCellBase from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
protected DataCellBase(
	IDataFrame parent,
	IConfigurationCell configurationCell,
	ushort statusFlags,
	int maximumPhasors,
	int maximumAnalogs,
	int maximumDigitals
)
Protected Sub New ( _
	parent As IDataFrame, _
	configurationCell As IConfigurationCell, _
	statusFlags As UShort, _
	maximumPhasors As Integer, _
	maximumAnalogs As Integer, _
	maximumDigitals As Integer _
)
protected:
DataCellBase(
	IDataFrame^ parent, 
	IConfigurationCell^ configurationCell, 
	unsigned short 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.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0