Click or drag to resize

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

Creates a new DataCellBase from specified parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected DataCellBase(
	IDataFrame parent,
	IConfigurationCell configurationCell,
	ushort statusFlags,
	int maximumPhasors,
	int maximumAnalogs,
	int maximumDigitals
)
View Source

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