Difference between revisions of "Extensions.DiagCom.GetDefaultComParameterValueAsInteger"
Jump to navigation
Jump to search
m (Hb moved page GetDefaultComParameterValueAsInteger to Extensions.DiagCom.GetDefaultComParameterValueAsInteger: #3153) |
|||
Line 1: | Line 1: | ||
− | [[Category:DiagCom]] | + | {{DISPLAYTITLE:OTX '''GetDefaultComParameterValueAsInteger'''}}[[Category:DiagCom]] |
== Classification == | == Classification == | ||
− | {{ClassificationActivity | GetDefaultComParameterValueAsInteger | The default value of a [[Integer]] communication parameter | [[Term]] | [[DiagCom|OTX DiagCom extension]] | [[ComParam related terms]] | [[UnknownTargetException]] <br/> [[TypeMismatchException]] | - }} | + | {{ClassificationActivity | GetDefaultComParameterValueAsInteger | The default value of a [[Core.DataTypes.SimpleDataType.Integer|Integer]] communication parameter | [[Term]] | [[Extensions.DiagCom|OTX DiagCom extension]] | [[ComParam related terms]] | [[Extensions.DiagCom.UnknownTargetException|UnknownTargetException]] <br/> [[TypeMismatchException]] | - }} |
== OTL Syntax == | == OTL Syntax == | ||
Line 9: | Line 9: | ||
== Description == | == Description == | ||
− | The '''GetDefaultComParameterValueAsInteger''' term return the default value of a [[Integer]] communication parameter. | + | The '''GetDefaultComParameterValueAsInteger''' term return the default value of a [[Core.DataTypes.SimpleDataType.Integer|Integer]] communication parameter. |
− | {{TermReturnValue| [[Integer]] | The default value of a [[Integer]] communication parameter.}} | + | {{TermReturnValue| [[Core.DataTypes.SimpleDataType.Integer|Integer]] | The default value of a [[Core.DataTypes.SimpleDataType.Integer|Integer]] communication parameter.}} |
== Properties == | == Properties == | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| ComChannel | [[ComChannel]] | [[Term]] | - | [1] | Communication channel.}} | + | {{TableRowPropertie1| ComChannel | [[Extensions.DiagCom.ComChannel|ComChannel]] | [[Term]] | - | [1] | Communication channel.}} |
− | {{TableRowPropertie2| ComParameterName | [[String]] | [[Term]] | - | [1] | Name of communication channel.}} | + | {{TableRowPropertie2| ComParameterName | [[Core.DataTypes.SimpleDataType.String|String]] | [[Term]] | - | [1] | Name of communication channel.}} |
|} | |} | ||
Line 32: | Line 32: | ||
== See also == | == See also == | ||
− | [[GetDefaultComParameterValueAsBoolean]] <br/> | + | [[Extensions.DiagCom.GetDefaultComParameterValueAsBoolean|GetDefaultComParameterValueAsBoolean]] <br/> |
− | [[GetDefaultComParameterValueAsString]] <br/> | + | [[Extensions.DiagCom.GetDefaultComParameterValueAsString|GetDefaultComParameterValueAsString]] <br/> |
− | [[GetDefaultComParameterValueAsFloat]] <br/> | + | [[Extensions.DiagCom.GetDefaultComParameterValueAsFloat|GetDefaultComParameterValueAsFloat]] <br/> |
− | [[GetDefaultComParameterValueAsByteField]] <br/> | + | [[Extensions.DiagCom.GetDefaultComParameterValueAsByteField|GetDefaultComParameterValueAsByteField]] <br/> |
− | [[GetDefaultComParameterValueAsQuantity]] | + | [[Extensions.DiagCom.GetDefaultComParameterValueAsQuantity|GetDefaultComParameterValueAsQuantity]] |
Revision as of 03:39, 15 February 2016
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 |
OTL Syntax
IntegerTerm = DiagCom.GetDefaultComParameterValueAsInteger(ComChannelTerm, StringTerm);
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. |
OTL Examples
DiagCom.ComChannel myComCannel;
DiagCom.DiagService DiagService1;
Integer Integer1;
myComCannel = DiagCom.GetComChannel("LL_AirbaUDS", null, false);
DiagService1 = DiagCom.CreateDiagServiceByName(myComCannel, "DiagnServi_ReadDataByIdentBasicSettiStatu");
Integer1 = DiagCom.GetDefaultComParameterValueAsInteger(myComCannel, "CP_CanTransmissionTime");
See also
GetDefaultComParameterValueAsBoolean
GetDefaultComParameterValueAsString
GetDefaultComParameterValueAsFloat
GetDefaultComParameterValueAsByteField
GetDefaultComParameterValueAsQuantity