|
DataCellBase(IDataFrame, IConfigurationCell, UInt16, Int32, Int32, Int32) Constructor
|
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxprotected 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
)
new :
parent : IDataFrame *
configurationCell : IConfigurationCell *
statusFlags : uint16 *
maximumPhasors : int *
maximumAnalogs : int *
maximumDigitals : int -> DataCellBase
GSF.PhasorProtocols.DataCellBase = function(parent, configurationCell, statusFlags, maximumPhasors, maximumAnalogs, maximumDigitals);
View SourceParameters
- 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