Classification
Pseudo-Code Syntax
SetComplexComParameter(ComChannel myComChannel, Parameter param);
Description
The OTX SetComplexComParameter action is an enhanced variant of SetComParameter. The difference between these actions is that in this case complex data types can be used.
|
|
In an ODX/MVCI based Diagnostic Runtime System complex communication parameters to define lists of response IDs required for functional addressing.
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
ComChannel |
ComChannel |
Variable |
- |
[1] |
Communication Channel (Control unit).
|
Parameter |
Parameter |
Term |
- |
[0..1] |
Structure of the parameter to be changed Communication Saving Meters.
|
Examples
ComChannel myComCannel = GetComChannel("LL_AllEmissRelatUDSSyste", "", false);
Request req = GetRequest(CreateDiagServiceByName(myComCannel,"DiagnServi_ReadDataByIdentActuaTestStatu"));
Parameter param = GetParameterByPath(req, "Param_RequeServiId");
SetComplexComParameter(myComCannel, param);
See also
GetComChannel
SetComParameter