Extensions.DiagDataBrowsing.GetResponseParameterList
Revision as of 10:49, 30 July 2014 by Nb (talk | contribs) (Created page with "Category:DiagDataBrowsing == Classification == {{ClassificationActivity | GetResponseParameterList | Return names of all response parameters of diagnostic services | Te...")
Contents
Classification
Name | GetResponseParameterList |
Short Description | Return names of all response parameters of diagnostic services |
Class | Term |
Extension | OTX DiagDataBrowsing extension |
Group | DiagDataBrowsing terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
List<String> GetResponseParameterList(DiagService diagService);
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. |
Examples
List<String> listParameter = GetResponseParameterList(myDiagService);
See also
GetEcuVariantList
GetComChannelList
GetDiagServiceList
GetRequestParameterList
GetAllowedParameterValueList