addCombination

abstract fun addCombination(combination: ByteArray)

Add combination configuration

Parameters

combination

Combination data (TLV stream, see table below).

| Tag                      | Description                            |
| :--- | :------- | :----- | :------------------------------------- |
| 0xE1 |          |        | Combination (constructed)              |
|      | 0xDF810C |        | Kernel identifier                      |
|      | 0x9F06   |        | Application identifier                 |
|      | 0x9C     |        | Transaction type                       |
|      | 0xDFA010 |        | Partial selection                      |
|      | 0xE2     |        | Configuration (constructed)            |
|      |          | {TLV}* | See kernel identifier's specifications |

Throws

SwitcloudL2Exception

or any derived exception class.