openPDC Synchrophasor Help
ReceivedCommandFrame Event
NamespacesTVA.PhasorProtocols.IeeeC37_118FrameParserReceivedCommandFrame
Occurs when an IEEE C37.118 CommandFrame has been received.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<EventArgs<CommandFrame>> ReceivedCommandFrame
Public Event ReceivedCommandFrame As EventHandler(Of EventArgs(Of CommandFrame))
public:
 event EventHandler<EventArgs<CommandFrame^>^>^ ReceivedCommandFrame {
	void add (EventHandler<EventArgs<CommandFrame^>^>^ value);
	void remove (EventHandler<EventArgs<CommandFrame^>^>^ value);
}
Remarks
Argument()()()() is the CommandFrame that was received.

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

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0