Creates a new ConfigurationFrameParsingState from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ConfigurationFrameParsingState( int parsedBinaryLength, HeaderFrame headerFrame, CreateNewCellFunction<IConfigurationCell> createNewCellFunction )
Public Sub New ( _ parsedBinaryLength As Integer, _ headerFrame As HeaderFrame, _ createNewCellFunction As CreateNewCellFunction(Of IConfigurationCell) _ )
public: ConfigurationFrameParsingState( int parsedBinaryLength, HeaderFrame^ headerFrame, CreateNewCellFunction<IConfigurationCell^>^ createNewCellFunction )
Parameters
- parsedBinaryLength (Int32)
- Binary length of the ConfigurationFrame being parsed.
- headerFrame (HeaderFrame)
- Previously parsed header frame that contains needed station name.
- createNewCellFunction (CreateNewCellFunction<(Of <(<'IConfigurationCell>)>)>)
- Reference to delegate to create new ConfigurationCell instances.