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

Communication Channel More...

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

Detailed Description

Communication Channel

A ComChannel is a handle to a communication channel. It represents the concept of linking to one pecific communication endpoint, e.g. an ECU module (physical addressing) or a set of ECU modules (functional addressing).

Note
In case of a MVCI/ODX based system a ComChannelhandle points to a MCDDLogicalLinkobject.

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 name of the communication channelString s = ToString(comChannelVariable); // Returns "ComChannelName"
ToByteFieldUndefined (should not be used)

Sample

DiagCom.ComChannel ComChannelVariable;