OTX Reference  
OpenTestSystem.Otx.Extensions.DiagCom.DataTypes.Parameter Class Reference

A handle to a parameter object More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.DiagCom.DataTypes.Parameter:
Inheritance graph

Detailed Description

A handle to a parameter object

A Parameter is a handle to a parameter object of a diagnostic service request or response. It can represent a simple or a complex type parameter, i.e. a Parameter handle might point to a simple Integer or String parameter, or it might correspond to a parameter structure or a list of parameters, depending on the definitions of the underlying communication system.

Note
In case of a MVCI/ODX based system a Parameter handle represents a MCDParameter object (or its specializations MCDRequestParameter and MCDResponseParameter, respectively).

Conversion terms
The following table shows the rules for conversion to another data type:

ConversionResultSample
ToBooleanUndefined (should not be used)
ToIntegerUndefined (should not be used)
ToFloatUndefined (should not be used)
ToStringReturns the value of the Parameter objectString s = ToString(parameterVariable); // Returns "valueOfParameter"
ToByteFieldUndefined (should not be used)

Sample

DiagCom.Parameter ParameterVariable;