LOCTL Section: Get_CONFIG
The loctlID value of GET_CONFIG is used to obtain the vehicle network configuration of the VDA. The calling application is responsible for allocating and initializing the associated parameters described in Section 23.2, RP1210_ IOCTL () PARAMETERS . When the function is successfully completed, the corresponding parameter value(s) indicated in Section 23.4 , IOCTL ID VALUES will be placed in each Value field.
| Parameter | Description |
|---|---|
| nClientID | Client ID assigned during RP1210_ClientConnect |
| nloctlID | Is set to the define GET_C0NFIG |
| pInput | Points to structure SC0NFIG_LIST, which is defined as follows: Where: Parameter is an INPUT that represents the parameter to be obtained (see Section 23.2 for a list of valid Parameters). Value is an OUTPUT that represents the value of Parameter (see Section 23.4 for a list of valid Values). |
| pOutput | NULL pointer, parameter is not used. |