|
ConfigurationCellBase(IConfigurationFrame, UInt16, Int32, Int32, Int32, Boolean) Constructor
|
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxprotected ConfigurationCellBase(
IConfigurationFrame parent,
ushort idCode,
int maximumPhasors,
int maximumAnalogs,
int maximumDigitals,
bool fixedElementSize = true
)
Protected Sub New (
parent As IConfigurationFrame,
idCode As UShort,
maximumPhasors As Integer,
maximumAnalogs As Integer,
maximumDigitals As Integer,
Optional fixedElementSize As Boolean = true
)
protected:
ConfigurationCellBase(
IConfigurationFrame^ parent,
unsigned short idCode,
int maximumPhasors,
int maximumAnalogs,
int maximumDigitals,
bool fixedElementSize = true
)
new :
parent : IConfigurationFrame *
idCode : uint16 *
maximumPhasors : int *
maximumAnalogs : int *
maximumDigitals : int *
?fixedElementSize : bool
(* Defaults:
let _fixedElementSize = defaultArg fixedElementSize true
*)
-> ConfigurationCellBase
GSF.PhasorProtocols.ConfigurationCellBase = function(parent, idCode, maximumPhasors, maximumAnalogs, maximumDigitals, fixedElementSize);
View SourceParameters
- parent IConfigurationFrame
- The reference to parent IConfigurationFrame of this ConfigurationCellBase.
- idCode UInt16
- The numeric ID code for this ConfigurationCellBase.
- maximumPhasors Int32
- Sets the maximum number of phasors for the PhasorDefinitions collection.
- maximumAnalogs Int32
- Sets the maximum number of phasors for the AnalogDefinitions collection.
- maximumDigitals Int32
- Sets the maximum number of phasors for the DigitalDefinitions collection.
- fixedElementSize Boolean (Optional)
- Flag that indicates if collections elements have a fixed size.
See Also