openPDC Synchrophasor Help
ConfigurationFrame Property
NamespacesTVA.PhasorProtocolsMultiProtocolFrameParserConfigurationFrame
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 IConfigurationFrame ConfigurationFrame { get; set; }
Public Property ConfigurationFrame As IConfigurationFrame
	Get
	Set
public:
virtual property IConfigurationFrame^ ConfigurationFrame {
	IConfigurationFrame^ get () sealed;
	void set (IConfigurationFrame^ value) sealed;
}
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