Difference between revisions of "Extensions.DiagCom.GetDiagServiceName"
Jump to navigation
Jump to search
m (Hb moved page GetDiagServiceName to Extensions.DiagCom.GetDiagServiceName: #3153) |
|||
Line 1: | Line 1: | ||
− | [[Category:DiagCom]] | + | {{DISPLAYTITLE:OTX '''GetDiagServiceName'''}}[[Category:DiagCom]] |
== Classification == | == Classification == | ||
− | {{ClassificationActivity | GetDiagServiceName | Name of the diagnostic services | [[Term]] | [[DiagCom|OTX DiagCom extension]] | [[DiagService related terms]] | - | - }} | + | {{ClassificationActivity | GetDiagServiceName | Name of the diagnostic services | [[Term]] | [[Extensions.DiagCom|OTX DiagCom extension]] | [[DiagService related terms]] | - | - }} |
== OTL Syntax == | == OTL Syntax == | ||
Line 11: | Line 11: | ||
The GetDiagServiceName term is the name of the diagnostic services back. | The GetDiagServiceName term is the name of the diagnostic services back. | ||
− | {{TermReturnValue| [[String]] | Name of the diagnostic services.}} | + | {{TermReturnValue| [[Core.DataTypes.SimpleDataType.String|String]] | Name of the diagnostic services.}} |
== Properties == | == Properties == | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| DiagService | [[DiagService]] | [[Term]] | - | [1] | Diagnostics Service.}} | + | {{TableRowPropertie1| DiagService | [[Core.DataTypes.ComplexDataType.DiagService|DiagService]] | [[Term]] | - | [1] | Diagnostics Service.}} |
|} | |} | ||
Line 31: | Line 31: | ||
== See also == | == See also == | ||
− | [[CreateDiagServiceByName]] <br/> | + | [[Extensions.DiagCom.CreateDiagServiceByName|CreateDiagServiceByName]] <br/> |
− | [[CreateDiagServiceBySemantic]] <br/> | + | [[Extensions.DiagCom.CreateDiagServiceBySemantic|CreateDiagServiceBySemantic]] <br/> |
− | [[GetDiagServiceListBySemantic]] <br/> | + | [[Extensions.DiagCom.GetDiagServiceListBySemantic|GetDiagServiceListBySemantic]] <br/> |
− | [[GetDiagServiceFromResult]] | + | [[Extensions.DiagCom.GetDiagServiceFromResult|GetDiagServiceFromResult]] |
Revision as of 01:57, 15 February 2016
Contents
Classification
Name | GetDiagServiceName |
Short Description | Name of the diagnostic services |
Class | Term |
Extension | OTX DiagCom extension |
Group | DiagService related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
StringTerm = DiagCom.GetDiagServiceName(DiagServiceTerm);
Description
The GetDiagServiceName term is the name of the diagnostic services back.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
String | Name of the diagnostic services. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
DiagService | DiagService | Term | - | [1] | Diagnostics Service. |
OTL Examples
DiagCom.ComChannel myComCannel;
DiagCom.DiagService DiagService1;
String String1;
myComCannel = DiagCom.GetComChannel("LL_AllEmissRelatUDSSyste", null, false);
DiagService1 = DiagCom.CreateDiagServiceByName(myComCannel, "DiagnServi_ReadDataByIdentCalibData");
String1 = DiagCom.GetDiagServiceName(DiagService1);
See also
CreateDiagServiceByName
CreateDiagServiceBySemantic
GetDiagServiceListBySemantic
GetDiagServiceFromResult