Click or drag to resize

IFrameParserReceivedConfigurationFrame Event

Occurs when a IConfigurationFrame has been received.

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

Value

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