Extensions.DiagCom.GetDefaultComParameterValueAsString
Revision as of 07:58, 18 July 2014 by Nb (talk | contribs) (Created page with "Category:DiagCom == Classification == {{ClassificationActivity | GetDefaultComParameterValueAsString | The current default of a String communication parameter | Term...")
Contents
Classification
Name | GetDefaultComParameterValueAsString |
Short Description | The current default of a String communication parameter |
Class | Term |
Extension | OTX DiagCom extension |
Group | ComParam related terms |
Exceptions | UnknownTargetException TypeMismatchException |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
String GetComParameterValueAsString(ComChannel comChannel, String comParameterName);
Description
The GetComParameterValueAsString term return the default value of a String communication parameter.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
String | The default value of a String communication parameter. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ComChannel | ComChannel | Term | - | [1] | Communication channel. |
ComParameterName | String | Term | - | [1] | Name of communication channel. |
Examples
String result = GetComParameterValueAsString(comChannel, "parameterName");
See also
GetDefaultComParameterValueAsBoolean
GetDefaultComParameterValueAsInteger
GetDefaultComParameterValueAsFloat
GetDefaultComParameterValueAsByteField
GetDefaultComParameterValueAsQuantity