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

◆ lt_r_mem_data_read()

lt_ret_t lt_r_mem_data_read ( lt_handle_t h,
const uint16_t  udata_slot,
uint8_t *  data,
const uint16_t  data_max_size,
uint16_t *  data_read_size 
)
Parameters
hHandle for communication with TROPIC01
udata_slotMemory's slot to be read
dataBuffer to read data into
data_max_sizeSize of the data buffer
data_read_sizeNumber of bytes read into data buffer
Return values
LT_OKFunction executed successfully
otherFunction did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value