C API for BALTECH SDK

§ brp_DHWCtrl_PdiReadEeprom()

brp_errcode brp_DHWCtrl_PdiReadEeprom ( brp_protocol  protocol,
unsigned  Adr,
unsigned  ReadLen,
brp_buf ReadData,
size_t *  ReadData_len,
brp_mempool mempool 
)

Read eeprom memory from target device.

Parameters
[in]protocolused to execute the command
[in]Adrstart address.
[in]ReadLennumber of bytes to read
[out]ReadDataData Bytes read from device.
[out]ReadData_len
[in]mempoolis 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