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

Gets the Byte position, which is available in ODX. More...

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

Public Attributes

DbParameterTerm dbParameter
 Cardinality [1]
The parameter to return the Byte position available in ODX. 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 Byte position, which is available in ODX.

The GetDbParameterODXBytePos term returns the Byte position, which is available in ODX.

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

Exceptions
Exceptions.InvalidTypeExceptionIf the byte position is not available
Syntax
IntegerTerm = DiagDataBrowsingPlus.GetDbParameterODXBytePos(DbParameterTerm dbParameter);
Examples
// Local Declarations
DiagCom.Request Request;
DiagCom.Parameter Parameter;
DiagDataBrowsingPlus.DbParameter DbParameter;
Integer MyInteger;
// Flow
Request = DiagCom.GetRequest(DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_GatewUDS", "EV_GatewLear_006", false), "SinglJob_CompoListWrite"));
Parameter = DiagCom.GetParameterByPath(Request, {"IPA_CompoListInput", "Param_CompoListInput"});
DbParameter = DiagDataBrowsingPlus.GetParameterDbParameter(Parameter);
MyInteger = DiagDataBrowsingPlus.GetDbParameterODXBytePos(DbParameter);

Member Data Documentation

◆ dbParameter

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

Cardinality [1]
The parameter to return the Byte position available in ODX.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbParameterODXBytePos.dbParameter
DbParameterTerm dbParameter
Cardinality [1] The parameter to return the Byte position available in ODX.
Definition: DiagDataBrowsingPlus.cs:7175