Extensions.DiagDataBrowsing.GetDiagServiceList

From emotive
Revision as of 10:34, 30 July 2014 by Nb (talk | contribs) (Created page with "Category:DiagDataBrowsing == Classification == {{ClassificationActivity | GetDiagServiceList | Return list of available diagnostic services of a communication channel | ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name GetDiagServiceList
Short Description Return list of available diagnostic services of a communication channel
Class Term
Extension OTX DiagDataBrowsing extension
Group DiagDataBrowsing terms
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

List<String> GetDiagServiceList(ComChannel comChannel);

Description

GetDiagServiceList returns a list of strings containing the names of all available diagnostic services of a particular communication channel.

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 list of available diagnostic services of a communication channel

Properties

Name Data Type Class Default Cardinality Description
ComChannel ComChannel Term - [1] The communication channel whose diagnostic services are listed.

Examples

List<String> listDiagService = GetDiagServiceList(myComChannel);

See also

GetEcuVariantList
GetComChannelList
GetRequestParameterList
GetResponseParameterList
GetAllowedParameterValueList