Difference between revisions of "Extensions.Flash.GetCompressionEncryption"
Jump to navigation
Jump to search
m (Hb moved page GetCompressionEncryption to Extensions.Flash.GetCompressionEncryption: #3153) |
|||
Line 1: | Line 1: | ||
− | [[Category:Flash]] | + | {{DISPLAYTITLE: '''GetCompressionEncryption'''}}[[Category:Flash]] |
== Classification == | == Classification == | ||
− | {{ClassificationActivity | GetCompressionEncryption | Returns information compression and encryption from a block | [[Term]] | [[Flash|OTX Flash extension]] | [[Flash block related terms]] | [[OutOfBoundsException]] | - }} | + | {{ClassificationActivity | GetCompressionEncryption | Returns information compression and encryption from a block | [[Term]] | [[Extensions.Flash|OTX Flash extension]] | [[Flash block related terms]] | [[OutOfBoundsException]] | - }} |
== OTL Syntax == | == OTL Syntax == | ||
Line 11: | Line 11: | ||
The '''GetCompressionEncryption''' term is information compression and encryption from a block. | The '''GetCompressionEncryption''' term is information compression and encryption from a block. | ||
− | {{TermReturnValue| [[String]] | The information compression and encryption from a block.}} | + | {{TermReturnValue| [[Core.DataTypes.SimpleDataType.String|String]] | The information compression and encryption from a block.}} |
== Properties == | == Properties == | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| Session | [[FlashSession]] | [[Term]] | - | [1] | The Flash session in which the block is located.}} | + | {{TableRowPropertie1| Session | [[Extensions.Flash.FlashSession|FlashSession]] | [[Term]] | - | [1] | The Flash session in which the block is located.}} |
− | {{TableRowPropertie2| Block | [[Integer]] | [[Term]] | - | [1] | The block number.}} | + | {{TableRowPropertie2| Block | [[Core.DataTypes.SimpleDataType.Integer|Integer]] | [[Term]] | - | [1] | The block number.}} |
|} | |} | ||
Line 34: | Line 34: | ||
== See also == | == See also == | ||
− | [[GetNumberOfSegments]] <br/> | + | [[Extensions.Flash.GetNumberOfSegments|GetNumberOfSegments]] <br/> |
− | [[GetNumberOfOwnIdents]] <br/> | + | [[Extensions.Flash.GetNumberOfOwnIdents|GetNumberOfOwnIdents]] <br/> |
− | [[GetNumberOfSecurities]] <br/> | + | [[Extensions.Flash.GetNumberOfSecurities|GetNumberOfSecurities]] <br/> |
− | [[GetLogicalBlockID]] <br/> | + | [[Extensions.Flash.GetLogicalBlockID|GetLogicalBlockID]] <br/> |
− | [[GetType]] <br/> | + | [[Extensions.Flash.GetType|GetType]] <br/> |
− | [[BlockIsValidForAudience]] | + | [[Extensions.Flash.BlockIsValidForAudience|BlockIsValidForAudience]] |
Revision as of 07:51, 15 February 2016
Contents
Classification
Name | GetCompressionEncryption |
Short Description | Returns information compression and encryption from a block |
Class | Term |
Extension | OTX Flash extension |
Group | Flash block related terms |
Exceptions | OutOfBoundsException |
Checker Rules | - |
Standard Compliant | Yes |
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