Click or drag to resize

FrameParserConfigurationFrame Property

Gets or sets current IConfigurationFrame used for parsing IDataFrame's encountered in the data stream from a device.

Namespace: GSF.PhasorProtocols.Macrodyne
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public override IConfigurationFrame ConfigurationFrame { get; set; }
View Source

Property Value

IConfigurationFrame

Implements

IFrameParserConfigurationFrame
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.
See Also