Difference between revisions of "Extensions.Flash.GetOwnIdent"
Jump to navigation
Jump to search
(Created page with "Category:Flash == Classification == {{ClassificationActivity | GetOwnIdent | Return an identification string which is read from the download data.| Term | Flash|OTX...") |
(No difference)
|
Revision as of 10:36, 1 August 2014
Contents
Classification
Name | GetOwnIdent |
Short Description | Return an identification string which is read from the download data. |
Class | Term |
Extension | OTX Flash extension |
Group | Own ident related terms |
Exceptions | OutOfBoundsException |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
String GetOwnIdent(FlashSession session, Integer block, Integer number);
Description
The GetOwnIdent term return an identification string which is read from the download data.
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 is read from the download data. |
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 = GetOwnIdent(flashSession, 0, 0);