Classification
Pseudo-Code Syntax
Integer GetNumberOfOwnIdents(FlashSession session, Integer block);
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.
|
Examples
Integer result = GetNumberOfOwnIdents(flashSession, 0);
See also
GetNumberOfSegments
GetNumberOfSecurities
GetLogicalBlockID
GetCompressionEncryption
GetType
BlockIsValidForAudience