Click or drag to resize

ConfigurationFrame1Clone Method

Creates a copy of this ConfigurationFrame1.

Namespace: GSF.PhasorProtocols.IEEEC37_118
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public ConfigurationFrame1 Clone(
	CommonFrameHeader header = null
)
View Source

Parameters

header  CommonFrameHeader  (Optional)
Source header to use for clone.

Return Value

ConfigurationFrame1
A copy of the current ConfigurationFrame1.
See Also