Click or drag to resize

FrameParserReceivedDataFrame Event

Occurs when a Macrodyne DataFrame has been received.

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

Value

EventHandlerEventArgsDataFrame
Remarks
Argument is the DataFrame that was received.
See Also