Extensions.DiagCom.CreateDiagServiceByName
Revision as of 04:37, 16 July 2014 by Nb (talk | contribs) (Created page with "Category:DiagCom == Classification == {{ClassificationActivity | CreateDiagServiceByName | Creates a diagnostic service on its behalf | Term | DiagCom|OTX DiagCom ex...")
Classification
Name | CreateDiagServiceByName |
Short Description | Creates a diagnostic service on its behalf |
Class | Term |
Extension | OTX DiagCom extension |
Group | DiagService related terms |
Exceptions | UnknownTargetException |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
CreateDiagServiceByName(ComChannel myComChannel, String diagServiceName, DiagService result);
Description
The CreateDiagServiceByName term creates a handle to a diagnostic service, which can be used for further parameterization or for direct ship, see Diagnostic Runtime System. The diagnostic service is selected by its name.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ComChannel | ComChannel | Term | - | [1] | Communication Channel. |
Name | String | Term | - | [1] | Name des Diagnoseservices (SHORT-NAME). |
DiagService | DiagService | Return | - | - | Generated Diagnostics Service. |
Examples
ComChannel myComCannel = GetComChannel("LL_AirbaUDS", "", false);
DiagService result = CreateDiagServiceByName(myComCannel, "DiagServiceName");
See also
CreateDiagServiceBySemantic
GetDiagServiceListBySemantic
GetDiagServiceNameFromResult
GetDiagServiceFromException
GetDiagServiceName
ExecuteDiagService
GetComChannel