Creates a new BPA PDCstream specific IConfigurationFrame based on provided protocol independent baseConfigurationFrame.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected override IConfigurationFrame CreateNewConfigurationFrame( ConfigurationFrame baseConfigurationFrame )
Protected Overrides Function CreateNewConfigurationFrame ( _ baseConfigurationFrame As ConfigurationFrame _ ) As IConfigurationFrame
protected: virtual IConfigurationFrame^ CreateNewConfigurationFrame( ConfigurationFrame^ baseConfigurationFrame ) override
Parameters
- baseConfigurationFrame (ConfigurationFrame)
- Protocol independent ConfigurationFrame.
Return Value
A new BPA PDCstream specific IConfigurationFrame.