Difference between revisions of "Extensions.DiagCom.SetComParameter"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
{{ClassificationActivity | SetComParameter | Setting of communication parameters | [[Action]] | [[DiagCom|OTX DiagCom extension]] | [[ComParameter related actions]] | [[UnknownTargetException]] <br/> [[TypeMismatchException]] | - }} | {{ClassificationActivity | SetComParameter | Setting of communication parameters | [[Action]] | [[DiagCom|OTX DiagCom extension]] | [[ComParameter related actions]] | [[UnknownTargetException]] <br/> [[TypeMismatchException]] | - }} | ||
== Pseudo-Code Syntax == | == Pseudo-Code Syntax == | ||
+ | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
+ | SetComParameter(ComChannel myComChannel, String name, Variable value); | ||
+ | </syntaxhighlight> | ||
+ | |||
== Description == | == Description == | ||
== Properties == | == Properties == | ||
== Examples == | == Examples == | ||
== See also == | == See also == |
Revision as of 10:44, 14 July 2014
Classification
Name | SetComParameter |
Short Description | Setting of communication parameters |
Class | Action |
Extension | OTX DiagCom extension |
Group | ComParameter related actions |
Exceptions | UnknownTargetException TypeMismatchException |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
SetComParameter(ComChannel myComChannel, String name, Variable value);