openPDC Synchrophasor Help
ReceivedConfigurationFrame Event
NamespacesTVA.PhasorProtocols.BpaPdcStreamFrameParserReceivedConfigurationFrame
Occurs when a BPA PDCstream ConfigurationFrame has been received.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<EventArgs<ConfigurationFrame>> ReceivedConfigurationFrame
Public Event ReceivedConfigurationFrame As EventHandler(Of EventArgs(Of ConfigurationFrame))
public:
 event EventHandler<EventArgs<ConfigurationFrame^>^>^ ReceivedConfigurationFrame {
	void add (EventHandler<EventArgs<ConfigurationFrame^>^>^ value);
	void remove (EventHandler<EventArgs<ConfigurationFrame^>^>^ value);
}
Remarks
Argument()()()() is the ConfigurationFrame that was received.

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