Extensions.Flash.GetStartAddress

From emotive
Revision as of 09:23, 1 August 2014 by Nb (talk | contribs) (Created page with "Category:Flash == Classification == {{ClassificationActivity | GetStartAddress | Returns the start address of a segment | Term | OTX Flash extension | Flas...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name GetStartAddress
Short Description Returns the start address of a segment
Class Term
Extension OTX Flash extension
Group Flash block segment related terms
Exceptions OutOfBoundsException
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

Integer GetStartAddress(FlashSession session, Integer block, Integer segment);

Description

The GetStartAddress term return the start address of a segment.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
Integer The start address of a segment.

Properties

Name Data Type Class Default Cardinality Description
FlashSession FlashSession Term - [1] This element represents the FlashSession in which the block containing the segment resides.
Block Integer Term - [1] This element represents the block in which the segment resides.
Segment Integer Term - [1] This element provides the segment number.

Examples

Integer result = GetStartAddress(flashSession, 0, 0);

See also

GetCompressedSize
GetUncompressedSize