Click or drag to resize

FrameParserBaseTFrameIdentifierOnReceivedConfigurationFrame Method

Raises the ReceivedConfigurationFrame event.

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

Parameters

frame  IConfigurationFrame
IConfigurationFrame to send to ReceivedConfigurationFrame event.
See Also