Click or drag to resize

FrameParserBaseTFrameIdentifierReceivedCommandFrame Event

Occurs when a ICommandFrame has been received.

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

Value

EventHandlerEventArgsICommandFrame

Implements

IFrameParserReceivedCommandFrame
Remarks
Argument is the ICommandFrame that was received.

Command frames are normally sent, not received, but there is nothing that prevents this.

See Also