Classification
OTL Syntax
StringTerm = Flash.GetCompressionEncryption(FlashSessionTerm, IntegerTerm);
Description
The GetCompressionEncryption term is information compression and encryption from a block.
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
Data Type |
Description
|
String |
The information compression and encryption from a block.
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
Session |
FlashSession |
Term |
- |
[1] |
The Flash session in which the block is located.
|
Block |
Integer |
Term |
- |
[1] |
The block number.
|
OTL Examples
DiagCom.ComChannel ComChannel1;
List<String> List1;
Flash.FlashSession FlashSession1;
String String1;
ComChannel1 = DiagCom.GetComChannel("DiagnosticsCan_ECU_1", null, false);
List1 = Flash.GetListOfValidFlashSessions(@Directions:DOWNLOAD, ComChannel1, @Audiences:SUPPLIER);
FlashSession1 = Flash.GetFlashSession(List1[0]);
String1 = Flash.GetCompressionEncryption(FlashSession1, 1);
See also
GetNumberOfSegments
GetNumberOfOwnIdents
GetNumberOfSecurities
GetLogicalBlockID
GetType
BlockIsValidForAudience