Click or drag to resize

FrameParserReceivedDataFrame Event

Occurs when an IEEE 1344 DataFrame has been received.

Namespace: GSF.PhasorProtocols.IEEE1344
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