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
wType
WORD
Type of the connector. See category “Connector types” for detailed information.
wOptions
WORD
Connector options. See category “Connector options” for detailed information.
dwFlags
DWORD
Connector flags. See category “Connector flags” for detailed information.
hIoDrv
RTS_IEC_HANDLE
Registered instance handle of the IO-driver, that operates this device respectively this connector.
dwNumOfParameters
DWORD
Number of parameters in the parameter list.
pParameterList
POINTER TO IoConfigParameter
Pointer to the parameter list, that contains all parameters of this connector.
pFather
POINTER TO IoConfigConnector
Pointer to the father connector to describe the device tree.