Click or drag to resize

MultiProtocolFrameParserReceivedDataFrame Event

Occurs when a IDataFrame has been received.

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

Value

EventHandlerEventArgsIDataFrame

Implements

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