Creates a new protocol specific IConfigurationFrame based on provided protocol independent baseConfigurationFrame.
Declaration Syntax
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
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.