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

C# | Visual Basic | Visual C++ |
protected abstract IConfigurationFrame CreateNewConfigurationFrame( ConfigurationFrame baseConfigurationFrame )
Protected MustOverride Function CreateNewConfigurationFrame ( _ baseConfigurationFrame As ConfigurationFrame _ ) As IConfigurationFrame
protected: virtual IConfigurationFrame^ CreateNewConfigurationFrame( ConfigurationFrame^ baseConfigurationFrame ) abstract

- baseConfigurationFrame (ConfigurationFrame)
- Protocol independent ConfigurationFrame.

A new protocol specific IConfigurationFrame.

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.