BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Lg_ReadMIM | ( | brp_protocol | protocol, |
unsigned | Adr, | ||
unsigned | Len, | ||
unsigned * | DataAdr, | ||
brp_buf * | Data, | ||
size_t * | Data_len, | ||
brp_mempool * | mempool | ||
) |
Read Len Bytes from the currently selected card/segment, starting at address Adr.
[in] | protocol | used to execute the command |
[in] | Adr | Address of data to read. |
[in] | Len | Number of Bytes to read (0x01 - 0x20). |
[out] | DataAdr | Address of read data. |
[out] | Data | Read data. |
[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 |