Difference between revisions of "Extensions.Flash.FlashJob"

From emotive
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Data Type '''FlashJob'''}}[[Category:DataType]][[Category:Flash]]
 
{{DISPLAYTITLE:Data Type '''FlashJob'''}}[[Category:DataType]][[Category:Flash]]
 
== Classification ==
 
== Classification ==
{{ClassificationDataType | FlashJob | A diagnostic service | [[Core.DataTypes.Complex Data Type|Complex Data Type]] | - }}
+
{{ClassificationDataType | FlashJob | A diagnostic service | [[Core.DataTypes.ComplexDataType|Complex Data Type]] | [[Extensions.DiagCom.DiagService|DiagService]] }}
  
 
== Description ==
 
== Description ==
Line 9: Line 9:
 
String=Returns the name of the FlashJob | StringSample=<tt>String s = ToString(flashJobVariable); // Returns "FlashJobName"</tt>
 
String=Returns the name of the FlashJob | StringSample=<tt>String s = ToString(flashJobVariable); // Returns "FlashJobName"</tt>
 
}}
 
}}
 +
 +
==Sample==
 +
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;">
 +
Flash.FlashJob FlashJobVariable;
 +
</syntaxhighlight>

Latest revision as of 09:36, 22 October 2018

Classification

Name FlashJob
Short Description A diagnostic service
Class Complex Data Type
Base Data Type DiagService
Default Value Empty
Provide a Literal No
SpecifiedBy ISO 13209-3
Standard Compliant Yes

Description

The FlashJob data type represents a diagnostic service that is used for performing the ECU reprogramming process.

Core Conversion

The following table shows the rules for conversion to another data type:

Conversion Result Sample
ToBoolean Undefined (should not be used)
ToInteger Undefined (should not be used)
ToFloat Undefined (should not be used)
ToString Returns the name of the FlashJob String s = ToString(flashJobVariable); // Returns "FlashJobName"
ToByteField Undefined (should not be used)

Sample

Flash.FlashJob FlashJobVariable;