Extensions.DiagDataBrowsing.GetResponseParameterList

From emotive
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Icons Note.png 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