Creates a new ConfigurationFrameParsingState from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ConfigurationFrameParsingState( int parsedBinaryLength, string configurationFileName, CreateNewCellFunction<IConfigurationCell> createNewCellFunction )
Public Sub New ( _ parsedBinaryLength As Integer, _ configurationFileName As String, _ createNewCellFunction As CreateNewCellFunction(Of IConfigurationCell) _ )
public: ConfigurationFrameParsingState( int parsedBinaryLength, String^ configurationFileName, CreateNewCellFunction<IConfigurationCell^>^ createNewCellFunction )
Parameters
- parsedBinaryLength (Int32)
- Binary length of the ConfigurationFrame being parsed.
- configurationFileName (String)
- The required external BPA PDCstream INI based configuration file.
- createNewCellFunction (CreateNewCellFunction<(Of <(<'IConfigurationCell>)>)>)
- Reference to delegate to create new ConfigurationCell instances.