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

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