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

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