Click or drag to resize

IFrameParser.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
event EventHandler<EventArgs<ICommandFrame>> ReceivedCommandFrame
View Source

Value

EventHandler<EventArgs<ICommandFrame>>
Remarks
Argument is the ICommandFrame that was received.
See Also