Difference between revisions of "Extensions.Flash.FlashSession"
Jump to navigation
Jump to search
m (Hb moved page FlashSession to Extensions.Flash.FlashSession: #3153) |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Data Type '''FlashSession'''}}[[Category:DataType]][[Category:Flash]] | {{DISPLAYTITLE:Data Type '''FlashSession'''}}[[Category:DataType]][[Category:Flash]] | ||
== Classification == | == Classification == | ||
− | {{ClassificationDataType | FlashSession | The context of a diagnostic session and download information | [[Complex Data Type]] | - }} | + | {{ClassificationDataType | FlashSession | The context of a diagnostic session and download information | [[Core.DataTypes.Complex Data Type|Complex Data Type]] | - }} |
== Description == | == Description == |
Revision as of 08:20, 15 February 2016
Classification
Name | FlashSession |
Short Description | The context of a diagnostic session and download information |
Class | Complex Data Type |
Base Data Type | - |
Default Value | Empty |
Provide a Literal | No |
SpecifiedBy | ISO 13209-3 |
Standard Compliant | Yes |
Description
The FlashSession data type serves as storage for information regarding the context ofa diagnostic session and download information.
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 FlashSession | String s = ToString(flashSessionVariable); // Returns "FlashSessionName" |
ToByteField | Undefined (should not be used) |