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

Gets a DbRequest object which represents the MCDDbRequest for the given DbDiagService More...

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

Public Attributes

DbDiagServiceTerm dbDiagService
 Cardinality [1]
This element addresses the dbDiagService whose associated request 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 DbRequest object which represents the MCDDbRequest for the given DbDiagService

The GetDbDiagServiceDbRequest activity which returns a DbRequest object which represents the MCDDbRequest for the given DbDiagService.

Note: The appropriate MVCI system operation is MCDDbDiagComPrimitive::getDbRequest.

Syntax
DbRequestTerm = DiagDataBrowsingPlus.GetDbDiagServiceDbRequest(DbDiagServiceTerm dbDiagService);
Examples
// Local Declarations
DiagCom.ComChannel ComChannel;
DiagCom.DiagService DiagService;
DiagDataBrowsingPlus.DbDiagService DbDiagService;
DiagDataBrowsingPlus.DbRequest DbRequest;
// Flow
ComChannel = DiagCom.GetComChannel("LL_CentrElectUDS", "EV_BCMCONTI_009", false);
DiagService = DiagCom.CreateDiagServiceByName(ComChannel, "DiagnServi_WriteMemorByAddreMCD20001");
DbDiagService = DiagDataBrowsingPlus.GetDiagServiceDbDiagService(DiagService);
DbRequest = DiagDataBrowsingPlus.GetDbDiagServiceDbRequest(DbDiagService);

Member Data Documentation

◆ dbDiagService

DbDiagServiceTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbDiagServiceDbRequest.dbDiagService

Cardinality [1]
This element addresses the dbDiagService whose associated request shall be returned.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbDiagServiceDbRequest.dbDiagService
DbDiagServiceTerm dbDiagService
Cardinality [1] This element addresses the dbDiagService whose associated request shall be returned.
Definition: DiagDataBrowsingPlus.cs:6066