DHWCtrl.EepromWrite
Writes data to an arbitrary address in the EEPROM.
Properties
- Command code: 0xE021
- Command timeout: 100 ms
- Possible status codes: General status codes, DHWCtrl.ErrEepIndex, DHWCtrl.ErrEepVerify, DHWCtrl.ErrEepTimeout
Parameters (request frame)
| Name | Type/Size | Description |
|---|---|---|
| Address | Integer (16 bits) | Address of block to write. |
| Length of Data | Integer (16 bits) |
Length of Data in bytes |
| Data | Raw data | Data to write into the EEPROM. |
Returned values (response frame)
None