| lt_ret_t lt_print_bytes | ( | const uint8_t * | bytes, |
| const size_t | bytes_cnt, | ||
| char * | out_buf, | ||
| const size_t | out_buf_size | ||
| ) |
| bytes | Bytes to print |
| bytes_cnt | Number of bytes to print |
| out_buf | Output buffer to print to |
| out_buf_size | Size of out_buf |
| LT_OK | Function executed successfully |
| other | Function did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value |