Click or drag to resize

FrameParser.ReceivedDataFrame Event

Occurs when a Macrodyne DataFrame has been received.

Namespace: GSF.PhasorProtocols.Macrodyne
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.241-beta
Syntax
public event EventHandler<EventArgs<DataFrame>> ReceivedDataFrame
View Source

Value

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