IoConfigConnector (STRUCT)¶
TYPE IoConfigConnector : STRUCT
Connector information. Each device is described completely as a set of one input- and one or more output-conenctors.
- InOut:
Name
Type
Comment
wTypeWORDType of the connector. See category “Connector types” for detailed information.
wOptionsWORDConnector options. See category “Connector options” for detailed information.
dwFlagsDWORDConnector flags. See category “Connector flags” for detailed information.
hIoDrvRTS_IEC_HANDLERegistered instance handle of the IO-driver, that operates this device respectively this connector.
dwNumOfParametersDWORDNumber of parameters in the parameter list.
pParameterListPOINTER TO IoConfigParameter
Pointer to the parameter list, that contains all parameters of this connector.
pFatherPOINTER TO IoConfigConnector
Pointer to the father connector to describe the device tree.