| 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 | ||
| ) |
| h | Handle for communication with TROPIC01 |
| udata_slot | Memory's slot to be read |
| data | Buffer to read data into |
| data_max_size | Size of the data buffer |
| data_read_size | Number of bytes read into data buffer |
| LT_OK | Function executed successfully |
| other | Function did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value |