openPDC Synchrophasor Help
CreateNewConfigurationFrame Method (baseConfigurationFrame)
NamespacesTVA.PhasorProtocolsPhasorDataConcentratorBaseCreateNewConfigurationFrame(ConfigurationFrame)
Creates a new protocol specific IConfigurationFrame based on provided protocol independent baseConfigurationFrame.
Declaration Syntax
C#Visual BasicVisual C++
protected abstract IConfigurationFrame CreateNewConfigurationFrame(
	ConfigurationFrame baseConfigurationFrame
)
Protected MustOverride Function CreateNewConfigurationFrame ( _
	baseConfigurationFrame As ConfigurationFrame _
) As IConfigurationFrame
protected:
virtual IConfigurationFrame^ CreateNewConfigurationFrame(
	ConfigurationFrame^ baseConfigurationFrame
) abstract
Parameters
baseConfigurationFrame (ConfigurationFrame)
Protocol independent ConfigurationFrame.
Return Value
A new protocol specific IConfigurationFrame.
Remarks
Derived classes should notify consumers of change in configuration if system is active when new configuration frame is created if outgoing protocol allows such a notfication.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0