Click or drag to resize

FrameParser.ReceivedConfigurationFrame Event

Occurs when a F-NET ConfigurationFrame has been received.

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

Value

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