openPDC Synchrophasor Help
ConfigurationFrame Property
NamespacesTVA.PhasorProtocols.MacrodyneFrameParserConfigurationFrame
Gets or sets current IConfigurationFrame used for parsing IDataFrame's encountered in the data stream from a device.
Declaration Syntax
C#Visual BasicVisual C++
public override IConfigurationFrame ConfigurationFrame { get; set; }
Public Overrides Property ConfigurationFrame As IConfigurationFrame
	Get
	Set
public:
virtual property IConfigurationFrame^ ConfigurationFrame {
	IConfigurationFrame^ get () override;
	void set (IConfigurationFrame^ value) override;
}
Remarks
If a IConfigurationFrame has been parsed, this will return a reference to the parsed frame. Consumer can manually assign a IConfigurationFrame to start parsing data if one has not been encountered in the stream.

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