Click or drag to resize

FrameParserReceivedConfigurationFrame Event

Occurs when a F-NET ConfigurationFrame has been received.

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

Value

EventHandlerEventArgsConfigurationFrame
Remarks
Argument is the ConfigurationFrame that was received.
See Also