Click or drag to resize

FrameParserReceivedCommandFrame Event

Occurs when an IEEE 1344 CommandFrame has been received.

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

Value

EventHandlerEventArgsCommandFrame
Remarks
Argument is the CommandFrame that was received.

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

See Also