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

Gets the Parameters of type eTABLE_KEY. More...

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

Public Attributes

DbParameterTerm dbParameter
 Cardinality [1]
The parameter of type eTABLE_STRUCT which references the parameter of type eTABLE_KEY. 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 Parameters of type eTABLE_KEY.

The GetDbParameterTableKeyParam term returns the Parameter of type eTABLE_KEY referenced by this Parameter of type eTABLE_STRUCT.

Note: The appropriate MVCI system operation is MCDDbParameter::getDbTableKeyParam.

Exceptions
Exceptions.InvalidTypeExceptionIf the parameter is not of parameter type eTABLE_STRUCT
Syntax
DbParameterTerm = DiagDataBrowsingPlus.GetDbParameterTableKeyParam(DbParameterTerm dbParameter);
Examples
// Local Declarations
DiagCom.Result Result;
DiagCom.Response Response;
DiagCom.Parameter Parameter;
DiagDataBrowsingPlus.DbParameter DbParameter;
// Flow
[#MetaData(RequestPdu), <#Data>22 04 3E</#Data>]
DiagCom.ExecuteDiagService(DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_GatewUDS", "", false), "DiagnServi_ReadDataByIdentCalibData"), {Param_RecorDataIdent = "Theftprotection Showroom Mode"}, {}, Result, NULL, false, false);
Response = DiagCom.GetFirstResponse(Result);
Parameter = DiagCom.GetParameterByPath(Response, {"Param_DataRecor"});
DbParameter = DiagDataBrowsingPlus.GetParameterDbParameter(Parameter);
DbParameter = DiagDataBrowsingPlus.GetDbParameterTableKeyParam(DbParameter);

Member Data Documentation

◆ dbParameter

DbParameterTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbParameterTableKeyParam.dbParameter

Cardinality [1]
The parameter of type eTABLE_STRUCT which references the parameter of type eTABLE_KEY.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbParameterTableKeyParam.dbParameter
DbParameterTerm dbParameter
Cardinality [1] The parameter of type eTABLE_STRUCT which references the parameter of type eTABLE_KEY...
Definition: DiagDataBrowsingPlus.cs:6841