LOCTL Section: Notes
This section provides details on the lOCTLs available through RP1210_loctl function:
| loctlID Value | pInput represents | pOutput represents | Description |
|---|---|---|---|
| GET_CONFIG | Pointer to SCONFIG_LIST | NULL pointer | To get the vehicle network configuration of the VDA |
| SET_CONFIG | Pointer to SCONFIG_LIST | NULL pointer | To set the vehicle network configuration of the VDA |
| FIVE_BAUD_INIT | Pointer to SBYTE_ARRAY | Pointer to SBYTE_ARRAY | To direct the VDA to perform a 5 baud initialization sequence (ISO9141/ISO14230) |
| FAST_INIT | NULL or Pointer to SBYTE_ARRAY | NULL or Pointer to SBYTE_ARRAY | To direct the VDA to perform a fast initialization sequence (KWP2000) |
| ISO9141_K_LINE_0NLY | Pointer to ISO9141 Flag | NULL | Configure K and L lines for ISO9141/ISO14230 |
| READ_PIN_VOLTAGE | Pointer to RESOURCE_STRUCT. | Pointer to unsigned long | Reads the voltage on the pin specified in the resources structure. |