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

◆ lt_out__r_mem_data_write()

lt_ret_t lt_out__r_mem_data_write ( lt_handle_t h,
const uint16_t  udata_slot,
const uint8_t *  data,
const uint16_t  data_size 
)
Note
Used for separate L3 communication, for more information read info at the top of this file.
Parameters
hHandle for communication with TROPIC01
udata_slotMemory's slot to be written
dataBuffer of data to be written into R MEMORY slot
data_sizeSize of data to be written (valid range given by macros TR01_R_MEM_DATA_SIZE_MIN and TR01_R_MEM_DATA_SIZE_MAX)
Returns
LT_OK if success, otherwise returns other error code.