|
ConcentratorCreateNewConfigurationFrame Method
|
Creates a new IEEE C37.118 specific IConfigurationFrame based on provided protocol independent baseConfigurationFrame.
Namespace: PhasorProtocolAdapters.IeeeC37_118Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.205-beta
Syntax protected override IConfigurationFrame CreateNewConfigurationFrame(
ConfigurationFrame baseConfigurationFrame
)
Protected Overrides Function CreateNewConfigurationFrame (
baseConfigurationFrame As ConfigurationFrame
) As IConfigurationFrame
protected:
virtual IConfigurationFrame^ CreateNewConfigurationFrame(
ConfigurationFrame^ baseConfigurationFrame
) override
abstract CreateNewConfigurationFrame :
baseConfigurationFrame : ConfigurationFrame -> IConfigurationFrame
override CreateNewConfigurationFrame :
baseConfigurationFrame : ConfigurationFrame -> IConfigurationFrame
function CreateNewConfigurationFrame(baseConfigurationFrame);
View SourceParameters
- baseConfigurationFrame ConfigurationFrame
- Protocol independent ConfigurationFrame.
Return Value
IConfigurationFrameA new IEEE C37.118 specific
IConfigurationFrame.
See Also