Click or drag to resize

IFrameParser.ReceivedChannelFrame Event

Occurs when any IChannelFrame has been received.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.239-beta
Syntax
event EventHandler<EventArgs<IChannelFrame, bool>> ReceivedChannelFrame
View Source

Value

EventHandler<EventArgs<IChannelFrame, Boolean>>
Remarks
Argument1 is the IChannelFrame that was received. Argument2 is the flag to determine if frame publication should continue.
See Also