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

The corresponding parameter with type eLENGTHKEY for this parameter with variable length. More...

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

Public Attributes

DbParameterTerm dbParameter
 Cardinality [1]
The parameter to return the corresponding request parameter with type eLENGTHKEY with variable length. 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

The corresponding parameter with type eLENGTHKEY for this parameter with variable length.

The GetDbParameterLengthKey term returns the corresponding parameter with type eLENGTHKEY for this parameter with variable length.Only support for MVCI 3.

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

Exceptions
Exceptions.InvalidTypeExceptionIf the parameter is not of variable length or no lengthkey can be determined
Syntax
DbParameterTerm = DiagDataBrowsingPlus.GetDbParameterLengthKey(DbParameterTerm dbParameter);
Examples
// Local Declarations
DiagCom.Request Request;
DiagCom.Parameter Parameter;
DiagDataBrowsingPlus.DbParameter DbParameter;
// Flow
Request = DiagCom.GetRequest(DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_AllEmissRelatUDSSyste", "", false), "DiagnServi_WriteMemorByAddreMCD20001"));
Parameter = DiagCom.GetParameterByPath(Request, {"Param_MemorAddre"});
DbParameter = DiagDataBrowsingPlus.GetParameterDbParameter(Parameter);
DbParameter = DiagDataBrowsingPlus.GetDbParameterLengthKey(DbParameter);

Member Data Documentation

◆ dbParameter

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

Cardinality [1]
The parameter to return the corresponding request parameter with type eLENGTHKEY with variable length.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbParameterLengthKey.dbParameter
DbParameterTerm dbParameter
Cardinality [1] The parameter to return the corresponding request parameter with type eLENGTHKEY with...
Definition: DiagDataBrowsingPlus.cs:6910