![]()  | 
     BALTECH Docs | 
    C API for BALTECH SDK
   
    
   
   | 
   
| brp_errcode brp_DHWCtrl_EepromRead | ( | brp_protocol | protocol, | 
| unsigned | StartAdr, | ||
| unsigned | Len, | ||
| brp_buf * | Data, | ||
| size_t * | Data_len, | ||
| brp_mempool * | mempool | ||
| ) | 
Reads data from the EEPROM.
| [in] | protocol | used to execute the command | 
| [in] | StartAdr | Address of block to read from. | 
| [in] | Len | Number of Bytes to read. | 
| [out] | Data | Data read from the EEPROM. | 
| [out] | Data_len | |
| [in] | mempool | is used to store response data. Maybe NULL to use an internal mempool, in this case the data is only available until another command uses the internal mempool |