Gets or sets current IConfigurationFrame used for parsing IDataFrame's encountered in the data stream from a device.
Declaration Syntax
C# | Visual Basic | Visual C++ |
IConfigurationFrame ConfigurationFrame { get; set; }
Property ConfigurationFrame As IConfigurationFrame Get Set
property IConfigurationFrame^ ConfigurationFrame { IConfigurationFrame^ get (); void set (IConfigurationFrame^ value); }
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.