Difference between revisions of "Extensions.Flash.GetType"
Jump to navigation
Jump to search
(Created page with "Category:Flash == Classification == {{ClassificationActivity | GetType | Specifies the type of the block | Term | OTX Flash extension | Flash block related...") |
|||
Line 17: | Line 17: | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
{{TableRowPropertie1| Session | [[FlashSession]] | [[Term]] | - | [1] | The Flash session in which the block is located.}} | {{TableRowPropertie1| Session | [[FlashSession]] | [[Term]] | - | [1] | The Flash session in which the block is located.}} | ||
− | {{ | + | {{TableRowPropertie2| Block | [[Integer]] | [[Term]] | - | [1] | The block number.}} |
|} | |} | ||
Revision as of 09:18, 1 August 2014
Contents
Classification
Name | GetType |
Short Description | Specifies the type of the block |
Class | Term |
Extension | OTX Flash extension |
Group | Flash block related terms |
Exceptions | OutOfBoundsException |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
String GetType(FlashSession session, Integer block);
Description
The GetType term returns the type of the 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 |
String | The type of the block. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Session | FlashSession | Term | - | [1] | The Flash session in which the block is located. |
Block | Integer | Term | - | [1] | The block number. |
Examples
String result = GetType(flashSession, 0);
See also
GetNumberOfSegments
GetNumberOfOwnIdents
GetNumberOfSecurities
GetLogicalBlockID
GetCompressionEncryption
BlockIsValidForAudience