Classification
OTL Syntax
ListTerm = DiagDataBrowsing.GetResponseParameterList(DiagServiceTerm);
Description
GetResponseParameterList returns a list of strings containing the names of all response parameters of a particular diagnostic services.
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
Data Type |
Description
|
List |
Return names of all response parameters of diagnostic services
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
DiagService |
DiagService |
Term |
- |
[1] |
The diagnostic service, the response parameters are listed.
|
OTL Examples
List<String> List1;
DiagCom.ComChannel ComChannel1;
DiagCom.DiagService DiagService1;
ComChannel1 = DiagCom.GetComChannel("LL_AccesStartInterUDS", "", false);
DiagService1 = DiagCom.CreateDiagServiceByName(ComChannel1, "DiagnServi_ReadDataByIdentActuaTestStatu");
List1 = DiagDataBrowsing.GetResponseParameterList(DiagService1);
See also
GetComChannelList
GetEcuVariantList
GetDiagServiceList
GetRequestParameterList
GetAllowedParameterValueList