Click or drag to resize
Grid Solutions Framework

ConcentratorCreateNewConfigurationFrame Method

Creates a new BPA PDCstream specific IConfigurationFrame based on provided protocol independent baseConfigurationFrame.

Namespace: PhasorProtocolAdapters.BpaPdcStream
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
protected override IConfigurationFrame CreateNewConfigurationFrame(
	ConfigurationFrame baseConfigurationFrame
)
View Source

Parameters

baseConfigurationFrame  ConfigurationFrame
Protocol independent ConfigurationFrame.

Return Value

IConfigurationFrame
A new BPA PDCstream specific IConfigurationFrame.
See Also