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

Gets the database part (MCDDbResponse) of a diag:Response (MCDResponse) More...

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

Public Attributes

ResponseTerm response
 Cardinality [1]
Specifies the Response object of which the originating ECU should 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 the database part (MCDDbResponse) of a diag:Response (MCDResponse)

The GetResponseDbResponse activity which returns the database part (MCDDbResponse) of a diag:Response (MCDResponse).

Note: The appropriate MVCI system operation is MCDResponse::getDbObject.

Syntax
DbResponseTerm = DiagDataBrowsingPlus.GetResponseDbResponse(ResponseTerm response);
Examples
// Local Declarations
DiagCom.Result Result;
DiagCom.Response Response;
DiagDataBrowsingPlus.DbResponse DbResponse;
// Flow
[#MetaData(RequestPdu), <#Data>22 01 00</#Data>]
DiagCom.ExecuteDiagService(DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_GatewUDS", "EV_GatewLear_006", false), "DiagnServi_ReadDataByIdentActuaTestStatu"), {}, {}, Result, NULL, false, false);
Response = DiagCom.GetFirstResponse(Result);
DbResponse = DiagDataBrowsingPlus.GetResponseDbResponse(Response);

Member Data Documentation

◆ response

ResponseTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetResponseDbResponse.response

Cardinality [1]
Specifies the Response object of which the originating ECU should be returned.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetResponseDbResponse.response
ResponseTerm response
Cardinality [1] Specifies the Response object of which the originating ECU should be returned.
Definition: DiagDataBrowsingPlus.cs:5498