Extensions.DiagCom.GetDefaultComParameterValueAsInteger
Jump to navigation
Jump to search
Contents
Classification
Name | GetDefaultComParameterValueAsInteger |
Short Description | The default value of a Integer communication parameter |
Class | Term |
Extension | OTX DiagCom extension |
Group | ComParam related terms |
Exceptions | UnknownTargetException TypeMismatchException |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
Integer GetDefaultComParameterValueAsInteger(ComChannel comChannel, String comParameterName);
Description
The GetDefaultComParameterValueAsInteger term return the default value of a Integer 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 |
Integer | The default value of a Integer 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
Integer result = GetDefaultComParameterValueAsInteger(comChannel, "parameterName");
See also
GetDefaultComParameterValueAsBoolean
GetDefaultComParameterValueAsString
GetDefaultComParameterValueAsFloat
GetDefaultComParameterValueAsByteField
GetDefaultComParameterValueAsQuantity