Click or drag to resize

IFrameParserReceivedDataFrame Event

Occurs when a IDataFrame has been received.

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

Value

EventHandlerEventArgsIDataFrame
Remarks
Argument is the IDataFrame that was received.
See Also