Extensions.Flash.SetFlashSession

From emotive
Revision as of 02:11, 1 August 2014 by Nb (talk | contribs) (Created page with "Category:Flash == Classification == {{ClassificationActivity | SetFlashSession | Set the flash session to be programmed | Action| OTX Flash extension | Fla...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name SetFlashSession
Short Description Set the flash session to be programmed
Class Action
Extension OTX Flash extension
Group Flash related actions
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

SetFlashSession(FlashJob flashJob, FlashSession flashSession);

Description

This action shall set the flash session to be programmed when the FlashJob is executed. Only one session can be set at a time. If this action is used multiple times, the later call shall overwrite the session set by a previous call.

Properties

Name Data Type Class Default Cardinality Description
FlashJob FlashJob Term - [1] Represents the FlashJob where the session shall be set.
FlashSession FlashSession Term - [1] Represents the FlashSession to be programmed by the FlashJob.

Examples

SetFlashSession(flashJob, flashSession);

See also

GetDownloadData
StoreUploadData