ConfigurationCellBase(IConfigurationFrame, UInt16, Int32, Int32, Int32, Boolean) Constructor

Creates a new ConfigurationCellBase from specified parameters.

Definition

Namespace: Gemstone.PhasorProtocols
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.180 -- Release Build+e02ba9cd4ec5d00f9d75c2a02ce31d1bc7ed731c
protected ConfigurationCellBase(
	IConfigurationFrame parent,
	ushort idCode,
	int maximumPhasors,
	int maximumAnalogs,
	int maximumDigitals,
	bool fixedElementSize = true
)

Parameters

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