Difference between revisions of "ExtensionsPlus.DBA.CloseConnection"

From emotive
Jump to navigation Jump to search
Line 1: Line 1:
 +
{{DISPLAYTITLE:OTX '''CloseConnection'''}}[[Category:DBA]]
 +
== Classification ==
 +
{{ClassificationActivity | Save | UPDATING... | [[Action]] | [[ExtensionsPlus.DBA|OTX DBA extension]] | UPDATING... | UPDATING... | UPDATING... }}
  
 +
== OTL Syntax ==
 +
UPDATING...<!--
 +
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;">
 +
DiagCom.CloseComChannel(ComChannelVariable);
 +
</syntaxhighlight>
 +
-->
 +
 +
== Description ==
 +
UPDATING...<!--
 +
OTX CloseComChannel activity is used for the [[Diagnosis Runtime System]] to announce that an open communication channel that all relevant resources can be released and closed.
 +
{{ComChannelMemoryUsageNote}}
 +
{{Important|Please note that the use of a shared '''ComChannel''' can bring the OTX runtime system in an undefined state and that is this case is not validated at design time!}}
 +
-->
 +
 +
== Properties ==
 +
UPDATING...<!--
 +
{| {{TableHeader}}
 +
{{TableRowPropertiesHeader}}
 +
{{TableRowPropertie1| ComChannel | [[Extensions.DiagCom.ComChannel|ComChannel]] | [[Variable]] | - | [1] | Communication Channel (Control unit).}}
 +
|}
 +
-->
 +
 +
== OTL Examples ==
 +
UPDATING...<!--
 +
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;">
 +
DiagCom.ComChannel myComCannel;
 +
 +
myComCannel = DiagCom.GetComChannel("DiagnosticsCan_ECU_1", null, false);
 +
 +
// Code example using the variable myComChannel
 +
// ...
 +
DiagCom.CloseComChannel(myComCannel);</syntaxhighlight>
 +
</syntaxhighlight>
 +
-->
 +
 +
== See also ==
 +
<!--[[Extensions.Persistence.Save|Save]]-->
 +
[[Extensions.Persistence.Load|Load]]

Revision as of 08:36, 12 January 2017

Classification

Name Save
Short Description UPDATING...
Class Action
Extension OTX DBA extension
Group UPDATING...
Exceptions UPDATING...
Checker Rules UPDATING...
Standard Compliant Yes

OTL Syntax

UPDATING...

Description

UPDATING...

Properties

UPDATING...

OTL Examples

UPDATING...

See also

Load