Click or drag to resize

MultiProtocolFrameParser.ReceivedCommandFrame Event

Occurs when a ICommandFrame has been received.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.241-beta
Syntax
public event EventHandler<EventArgs<ICommandFrame>> ReceivedCommandFrame
View Source

Value

EventHandler<EventArgs<ICommandFrame>>

Implements

IFrameParser.ReceivedCommandFrame
Remarks
Argument is the ICommandFrame that was received.
See Also