DHWCtrl.AesDecrypt
Decrypts a block
Properties
- Command code: 0xE06A
- Command timeout: 100 ms
- Possible status codes: General status codes
Parameters (request frame)
| Name | Type/Size | Description | |
|---|---|---|---|
| WrappedKeyNr | Enumeration (8 bits) |
Values:
|
|
| Length of EncBlock | Integer (8 bits) |
Length of EncBlock in bytes |
|
| EncBlock | Raw data | Encrypted block to decrypt | |
| Length of Key | Integer (8 bits) |
Length of Key in bytes |
|
| Key | Raw data | Key to use for decryption | |
Returned values (response frame)
| Name | Type/Size | Description |
|---|---|---|
| Length of Block | Integer (8 bits) |
Length of Block in bytes |
| Block | Raw data | Decrypted block |