Difference between revisions of "Extensions.Flash.GetNumberOfOwnIdents"
Jump to navigation
Jump to search
m (Hb moved page GetNumberOfOwnIdents to Extensions.Flash.GetNumberOfOwnIdents: #3153) |
|||
Line 1: | Line 1: | ||
− | [[Category:Flash]] | + | {{DISPLAYTITLE: '''GetNumberOfOwnIdents'''}}[[Category:Flash]] |
== Classification == | == Classification == | ||
− | {{ClassificationActivity | GetNumberOfOwnIdents | Returns the number of identifications of a block | [[Term]] | [[Flash|OTX Flash extension]] | [[Flash block related terms]] | [[OutOfBoundsException]] | - }} | + | {{ClassificationActivity | GetNumberOfOwnIdents | Returns the number of identifications of a block | [[Term]] | [[Extensions.Flash|OTX Flash extension]] | [[Flash block related terms]] | [[OutOfBoundsException]] | - }} |
== OTL Syntax == | == OTL Syntax == | ||
Line 11: | Line 11: | ||
The '''GetNumberOfOwnIdents''' term return the number of required and to-be-fulfilled identifications of a block. | The '''GetNumberOfOwnIdents''' term return the number of required and to-be-fulfilled identifications of a block. | ||
− | {{TermReturnValue| [[Integer]] | The number of identifications of a block.}} | + | {{TermReturnValue| [[Core.DataTypes.SimpleDataType.Integer|Integer]] | The number of identifications of a block.}} |
== Properties == | == Properties == | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| Session | [[FlashSession]] | [[Term]] | - | [1] | This element represents the FlashSession in which the block of interest resides.}} | + | {{TableRowPropertie1| Session | [[Extensions.Flash.FlashSession|FlashSession]] | [[Term]] | - | [1] | This element represents the FlashSession in which the block of interest resides.}} |
− | {{TableRowPropertie2| Block | [[Integer]] | [[Term]] | - | [1] | This element provides the number of the block from which the number of identifications shall be retrieved. }} | + | {{TableRowPropertie2| Block | [[Core.DataTypes.SimpleDataType.Integer|Integer]] | [[Term]] | - | [1] | This element provides the number of the block from which the number of identifications shall be retrieved. }} |
|} | |} | ||
Line 34: | Line 34: | ||
== See also == | == See also == | ||
− | [[GetNumberOfSegments]] <br/> | + | [[Extensions.Flash.GetNumberOfSegments|GetNumberOfSegments]] <br/> |
− | [[GetNumberOfSecurities]] <br/> | + | [[Extensions.Flash.GetNumberOfSecurities|GetNumberOfSecurities]] <br/> |
− | [[GetLogicalBlockID]] <br/> | + | [[Extensions.Flash.GetLogicalBlockID|GetLogicalBlockID]] <br/> |
− | [[GetCompressionEncryption]] <br/> | + | [[Extensions.Flash.GetCompressionEncryption|GetCompressionEncryption]] <br/> |
− | [[GetType]] <br/> | + | [[Extensions.Flash.GetType|GetType]] <br/> |
− | [[BlockIsValidForAudience]] | + | [[Extensions.Flash.BlockIsValidForAudience|BlockIsValidForAudience]] |
Revision as of 07:47, 15 February 2016
Contents
Classification
Name | GetNumberOfOwnIdents |
Short Description | Returns the number of identifications of a block |
Class | Term |
Extension | OTX Flash extension |
Group | Flash block related terms |
Exceptions | OutOfBoundsException |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
IntegerTerm = Flash.GetNumberOfOwnIdents(FlashSessionTerm, IntegerTerm);
Description
The GetNumberOfOwnIdents term return the number of required and to-be-fulfilled identifications of a block.
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 number of identifications of a block. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Session | FlashSession | Term | - | [1] | This element represents the FlashSession in which the block of interest resides. |
Block | Integer | Term | - | [1] | This element provides the number of the block from which the number of identifications shall be retrieved. |
OTL Examples
DiagCom.ComChannel ComChannel1;
List<String> List1;
Flash.FlashSession FlashSession1;
Integer Integer1;
ComChannel1 = DiagCom.GetComChannel("DiagnosticsCan_ECU_1", null, false);
List1 = Flash.GetListOfValidFlashSessions(@Directions:DOWNLOAD, ComChannel1, @Audiences:SUPPLIER);
FlashSession1 = Flash.GetFlashSession(List1[0]);
Integer1 = Flash.GetNumberOfOwnIdents(FlashSession1, 0);
See also
GetNumberOfSegments
GetNumberOfSecurities
GetLogicalBlockID
GetCompressionEncryption
GetType
BlockIsValidForAudience