Click or drag to resize

FrameParserOnReceivedConfigurationFrame Method

Raises the ReceivedConfigurationFrame event.

Namespace: GSF.PhasorProtocols.IEEE1344
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected override void OnReceivedConfigurationFrame(
	IConfigurationFrame frame
)
View Source

Parameters

frame  IConfigurationFrame
IConfigurationFrame to send to ReceivedConfigurationFrame event.
See Also