Click or drag to resize

IFrameParserReceivedCommandFrame Event

Occurs when a ICommandFrame has been received.

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

Value

EventHandlerEventArgsICommandFrame
Remarks
Argument is the ICommandFrame that was received.
See Also