libtropic
C library for TROPIC01 chip

◆ lt_in__r_mem_data_read()

lt_ret_t lt_in__r_mem_data_read ( lt_handle_t h,
uint8_t *  data,
uint16_t *  size 
)
Note
Used for separate L3 communication, for more information read info at the top of this file.
Parameters
hDevice's handle
dataBuffer to receive data
sizeNumber of bytes read into data
Returns
LT_OK if success, otherwise returns other error code.