C API for BALTECH SDK

§ brp_Lg_ReadMIM()

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.

Parameters
[in]protocolused to execute the command
[in]AdrAddress of data to read.
[in]LenNumber of Bytes to read (0x01 - 0x20).
[out]DataAdrAddress of read data.
[out]DataRead data.
[out]Data_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
Deprecated:
This command may be removed in future!