IDriver.Init (METH)

METHOD Init

This method passes an instance of the configuration object to the driver. The according concrete type is driver dependent and the codegeneration will allocate and initialize the configuration object accordingly before calling this method.

InOut:

Scope

Name

Type

Comment

Input

pCFGData

POINTER TO BYTE

A pointer to the configuration data. This pointer can be casted to the conrete implementing type. It’s the responsibility of the drivers Automation Platform implementation to assure the correct type.