Extensions.Flash.CreateFlashJob

From emotive
Revision as of 02:55, 1 August 2014 by Nb (talk | contribs) (Created page with "Category:Flash == Classification == {{ClassificationActivity | CreateFlashJob | Create a new '''FlashJob''' for the specified '''FlashSession''' | Term | Flash|OTX F...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name CreateFlashJob
Short Description Create a new FlashJob for the specified FlashSession
Class Term
Extension OTX Flash extension
Group Flash jobs related terms
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

FlashJob CreateFlashJob(ComChannel myComChannel, FlashSession flashSession);

Description

The CreateFlashJob term create a new FlashJob for the specified FlashSession. The FlashJob can subsequently be used for initiating an ECU reprogramming session.

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
FlashJob A new FlashJob for the specified FlashSession.

Properties

Name Data Type Class Default Cardinality Description
ComChannel ComChannel Term - [0..1] Communication Channel.
Session FlashSession Term - [1] This element represents the FlashSession to be programmed by the FlashJob.

Examples

ComChannel myComCannel = GetComChannel("LL_AirbaUDS", "", false);
FlashJob result = CreateFlashJob(myComCannel, flashSession);

See also

CreateFlashJobByName
CreateFlashJobBySemantic
GetComChannel