OTX Reference  
OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbSubComponentDbDiagTroubleCodes Class Reference

Gets a list of DbDiagTroubleCode for the DbSubComponent which is available in ODX More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbSubComponentDbDiagTroubleCodes:
Inheritance graph

Public Attributes

DbSubComponentTerm subComponent
 Cardinality [1]
The element addresses the DbSubComponent which DTCs shall be returned. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Cardinality [0..1]
The MetaData type allows tools to store additional, mainly tool-specific data. More...
 

Detailed Description

Gets a list of DbDiagTroubleCode for the DbSubComponent which is available in ODX

The GetDbSubComponentDbDiagTroubleCodes activity which Returns a list of DbDiagTroubleCode for the DbSubComponent which is available in ODX. If no elements are available in database, then an empty list will be delivered.

Note: The appropriate MVCI system operation is MCDDbSubComponent::getDbDiagTroubleCodeConnectors[n]::getDbDiagTroubleCode.

Syntax
ListTerm = DiagDataBrowsingPlus.GetDbSubComponentDbDiagTroubleCodes(DbSubComponentTerm subComponent);
Examples
// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel;
List<DiagDataBrowsingPlus.DbDiagTroubleCode> List_DbDiagTroubleCode;
List<DiagDataBrowsingPlus.DbSubComponent> List_DbSubComponent;
// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel("BCM_HINTEN");
List_DbSubComponent = DiagDataBrowsingPlus.GetDbComChannelDbSubComponents(DbComChannel);
List_DbDiagTroubleCode = DiagDataBrowsingPlus.GetDbSubComponentDbDiagTroubleCodes(List_DbSubComponent[0]);

Member Data Documentation

◆ subComponent

DbSubComponentTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbSubComponentDbDiagTroubleCodes.subComponent

Cardinality [1]
The element addresses the DbSubComponent which DTCs shall be returned.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbSubComponentDbDiagTroubleCodes.subComponent
DbSubComponentTerm subComponent
Cardinality [1] The element addresses the DbSubComponent which DTCs shall be returned.
Definition: DiagDataBrowsingPlus.cs:4328