Difference between revisions of "ExtensionsPlus.DBA.CloseConnection"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:OTX '''CloseConnection'''}}Category:DBA == Classification == {{ClassificationActivity | CloseConnection | UPDATING... | Action | Extensions.DBA|OTX DB...")
 
(Blanked the page)
Line 1: Line 1:
{{DISPLAYTITLE:OTX '''CloseConnection'''}}[[Category:DBA]]
 
== Classification ==
 
{{ClassificationActivity | CloseConnection | UPDATING... | [[Action]] | [[Extensions.DBA|OTX DBA extension]] | 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:27, 12 January 2017