Classification
Pseudo-Code Syntax
String GetOwnIdentFromEcu(FlashSession session, Integer block, Integer number);
Description
The GetOwnIdentFromEcu term return an identification string which shall be read from an ECU. The environment shall store the information to access this string.
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 identification string which shall be read from an ECU.
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
FlashSession |
FlashSession |
Term |
- |
[1] |
This element represents the FlashSession in which the block resides.
|
Block |
Integer |
Term |
- |
[1] |
This element represents the block number.
|
Number |
Integer |
Term |
- |
[1] |
This element represents the own identification number.
|
Examples
String result = GetOwnIdentFromEcu(flashSession, 0, 0);
See also
GetOwnIdent