Difference between revisions of "Extensions.DiagCom.CloseComChannel"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== Pseudo-Code Syntax == | == Pseudo-Code Syntax == | ||
+ | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
+ | IdentifyAndSelectVariant(ComChannel myComChannel); | ||
+ | </syntaxhighlight> | ||
+ | |||
== Description == | == Description == | ||
== Properties == | == Properties == | ||
== Examples == | == Examples == | ||
== See also == | == See also == |
Revision as of 10:12, 14 July 2014
Classification
Name | CloseComChannel |
Short Description | Closes a communication channel |
Class | Action |
Extension | OTX DiagCom extension |
Group | ComChanel related actions |
Exceptions | InvalidReferenceException |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
IdentifyAndSelectVariant(ComChannel myComChannel);