libtropic
C library for TROPIC01 chip
|
lt_ret_t lt_get_log_req | ( | lt_handle_t * | h, |
uint8_t * | log_msg, | ||
uint16_t * | log_msg_len | ||
) |
h | Device's handle |
log_msg | Buffer for the log message (atleast 255B) |
log_msg_len | Length of the log message |
LT_OK | Function executed successfully |
other | Function did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value |