Click or drag to resize

FrameParser.ReceivedCommandFrame Event

Occurs when an IEEE 1344 CommandFrame has been received.

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

Value

EventHandler<EventArgs<CommandFrame>>
Remarks
Argument is the CommandFrame that was received.

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

See Also