Iso11783PDDSetParameter
Valid for: CANoe DE • CANoe4SW DE NoteThis function with all possible parameter (except the case with paramName = “debug”) is not effective if called before calling Iso11783PDDLoadDeviceDescription.
Function Syntax
Description
Changes an internal parameter of the PDD API.Parameters
-
ecuHandle
Handle of the ECU. The handle must be created with Iso11783CreateECU beforehand or ZERO for general parameters. -
paramName
- “debug”: activates debug outputs in the Write Window
- 1: on
- 0: off
- “autoUpdateVariable”: process variable is updated if value command is received
- 1: auto update
- 0: process variable has to be updated manually by Iso11783PDDSetValue e.g. in callback function Iso11783PDDOnDataChanged
- “version”: supported version of the ISO11783 specification: 1,2 (default), 3, and 4
- “debug”: activates debug outputs in the Write Window
-
paramValue
New value for the parameter
Return Values
-
0
Process data dictionary has been created successfully -
< 0
Error code