Click or drag to resize

IFrameParserReceivedChannelFrame Event

Occurs when any IChannelFrame has been received.

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

Value

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