| lt_ret_t lt_get_log_req | ( | lt_handle_t * | h, |
| uint8_t * | log_msg, | ||
| const uint16_t | log_msg_max_size, | ||
| uint16_t * | log_msg_read_size | ||
| ) |
| h | Handle for communication with TROPIC01 |
| log_msg | Buffer for the log message (atleast 255B) |
| log_msg_max_size | Size of the log message buffer |
| log_msg_read_size | Number of bytes read into the log message 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 |