Click or drag to resize

FrameParser.ReceivedConfigurationFrame Event

Occurs when a Macrodyne ConfigurationFrame has been received.

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

Value

EventHandler<EventArgs<ConfigurationFrame>>
Remarks
Argument is the ConfigurationFrame that was received.
See Also