Difference between revisions of "Extensions.Job.FlashJobSignature"

From emotive
Jump to navigation Jump to search
(Created page with "Category:Job == Introductions == The '''FlashJob''' standard signature defines an interface for a job which be used by a diagnostic application for updating an ECU's flash...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Job]]
+
{{DISPLAYTITLE:  '''FlashJobSignature'''}}[[Category:Job]]
 
== Introductions ==
 
== Introductions ==
 
The '''FlashJob''' standard signature defines an interface for a job which be used by a diagnostic application for updating an ECU's flash memory.  
 
The '''FlashJob''' standard signature defines an interface for a job which be used by a diagnostic application for updating an ECU's flash memory.  
Line 10: Line 10:
 
*: Description of FlashJob Signature
 
*: Description of FlashJob Signature
  
* [[OtxVisibilities|Visibility]]
+
* [[Core.Visibilities|Visibility]]
 
** Private (default)
 
** Private (default)
 
** Package
 
** Package

Latest revision as of 02:58, 17 February 2016

Introductions

The FlashJob standard signature defines an interface for a job which be used by a diagnostic application for updating an ECU's flash memory.

Properties

  • Name (required)
    Within the OTX document unique name
  • Specification
    Description of FlashJob Signature
  • ComChannel (In parameter)
    This input parameter represents the communication channel on which the job will operate.
  • DiagService (In/Out parameter)
    This input/output parameter represents the job handle which be used to store the input and output parameters of the job.
  • FlashSession (In parameter)
    This input Parameter represents the FlashSession on which the job will operate.