Extensions.DiagCom.SetComplexComParameter

From emotive
Revision as of 02:38, 15 July 2014 by Nb (talk | contribs) (Created page with "Category:DiagCom == Classification == {{ClassificationActivity | SetComplexComParameter | Setting of complex communication parameters | Action | DiagCom|OTX DiagCom...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name SetComplexComParameter
Short Description Setting of complex communication parameters
Class Action
Extension OTX DiagCom extension
Group ComParameter related actions
Exceptions TypeMismatchException
Checker Rules -
Standard Compliant Yes

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.

Icons Note.png 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_AirbaUDS", "", false);
Request req = GetRequest(CreateDiagServiceByName(myComCannel,"DiagnServi_ReadDataByIdentActuaTestStatu"));
Parameter param = GetParameterByPath(req, "Param_RequeServiId");
SetComplexComParameter(myComCannel, param);

See also

GetComChannel
SetComParameter