OTX Reference  
OpenTestSystem.Otx.Extensions.DiagCom.Actions.CloseComChannel Class Reference

Closes a communication channel More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.DiagCom.Actions.CloseComChannel:
Inheritance graph

Public Attributes

ComChannelVariable comChannel
 Comprises the handle of the communication channel (LogicalLink). More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Closes a communication channel

The CloseComChannel Activity closes the specified communication channel and releases all the Ressources associated to the channel. The detailed runtime behavior is described in DiagManager Runtime Behavior.

Syntax
DiagCom.CloseComChannel(ComChannelVariable comChannel);
ComChannelVariable comChannel
Comprises the handle of the communication channel (LogicalLink).
Definition: DiagCom.cs:1455
Examples
// Local Declarations
DiagCom.ComChannel ComChannel1;
// Flow
ComChannel1 = DiagCom.GetComChannel("LL_EnginContrModul1UDS", NULL, false);
DiagCom.CloseComChannel(ComChannel1);

Member Data Documentation

◆ comChannel

ComChannelVariable OpenTestSystem.Otx.Extensions.DiagCom.Actions.CloseComChannel.comChannel

Comprises the handle of the communication channel (LogicalLink).