Difference between revisions of "Extensions.DiagDataBrowsing.GetResponseParameterList"
Jump to navigation
Jump to search
m (Hb moved page GetResponseParameterList to Extensions.DiagDataBrowsing.GetResponseParameterList: #3153) |
|||
Line 1: | Line 1: | ||
− | [[Category:DiagDataBrowsing]] | + | {{DISPLAYTITLE:OTX '''GetResponseParameterList'''}}[[Category:DiagDataBrowsing]] |
== Classification == | == Classification == | ||
− | {{ClassificationActivity | GetResponseParameterList | Return names of all response parameters of diagnostic services | [[Term]] | [[DiagDataBrowsing|OTX DiagDataBrowsing extension]] | [[DiagDataBrowsing terms]] | - | - }} | + | {{ClassificationActivity | GetResponseParameterList | Return names of all response parameters of diagnostic services | [[Term]] | [[Extensions.DiagDataBrowsing|OTX DiagDataBrowsing extension]] | [[DiagDataBrowsing terms]] | - | - }} |
== OTL Syntax == | == OTL Syntax == | ||
Line 11: | Line 11: | ||
'''GetResponseParameterList''' returns a list of strings containing the names of all response parameters of a particular diagnostic services. | '''GetResponseParameterList''' returns a list of strings containing the names of all response parameters of a particular diagnostic services. | ||
− | {{TermReturnValue| [[List]] | Return names of all response parameters of diagnostic services}} | + | {{TermReturnValue| [[Core.DataTypes.ComplexDataType.ContainerDataType.List|List]] | Return names of all response parameters of diagnostic services}} |
== Properties == | == Properties == | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| DiagService | [[DiagService]] | [[Term]] | - | [1] | The diagnostic service, the response parameters are listed.}} | + | {{TableRowPropertie1| DiagService | [[Extensions.DiagCom.DiagService|DiagService]] | [[Term]] | - | [1] | The diagnostic service, the response parameters are listed.}} |
|} | |} | ||
Line 31: | Line 31: | ||
== See also == | == See also == | ||
− | [[ | + | [[Extensions.DiagDataBrowsing.GetComChannelList|GetComChannelList]] <br/> |
− | [[ | + | [[Extensions.DiagDataBrowsing.GetEcuVariantList|GetEcuVariantList]] <br/> |
− | [[GetDiagServiceList]] <br/> | + | [[Extensions.DiagDataBrowsing.GetDiagServiceList|GetDiagServiceList]] <br/> |
− | [[GetRequestParameterList]] <br/> | + | [[Extensions.DiagDataBrowsing.GetRequestParameterList|GetRequestParameterList]] <br/> |
− | [[GetAllowedParameterValueList]] | + | [[Extensions.DiagDataBrowsing.GetAllowedParameterValueList|GetAllowedParameterValueList]] |
Revision as of 04:58, 5 February 2016
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 |
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