![]() |
OTX Reference
|
|
Communication Channel More...

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:
| Conversion | Result | Sample |
|---|---|---|
| ToBoolean | Undefined (should not be used) | |
| ToInteger | Undefined (should not be used) | |
| ToFloat | Undefined (should not be used) | |
| ToString | Returns the name of the communication channel | String s = ToString(comChannelVariable); // Returns "ComChannelName" |
| ToByteField | Undefined (should not be used) |
Sample