Libtropic API
SDK for the TROPIC01 secure element
Version: master (latest)
Loading...
Searching...
No Matches

◆ lt_in__r_mem_data_read()

lt_ret_t lt_in__r_mem_data_read ( lt_handle_t h,
uint8_t *  data,
const uint16_t  data_max_size,
uint16_t *  data_read_size 
)
Note
Used for separate L3 communication, for more information read info at the top of this file.
Parameters
hHandle for communication with TROPIC01
dataBuffer to receive data
data_max_sizeSize of the data buffer
data_read_sizeNumber of bytes read into data buffer
Returns
LT_OK if success, otherwise returns other error code.