Click or drag to resize

FrameParserBaseTFrameIdentifierReceivedConfigurationFrame Event

Occurs when a IConfigurationFrame has been received.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<EventArgs<IConfigurationFrame>> ReceivedConfigurationFrame
View Source

Value

EventHandlerEventArgsIConfigurationFrame

Implements

IFrameParserReceivedConfigurationFrame
Remarks
Argument is the IConfigurationFrame that was received.
See Also