| 784 | } |
| 785 | |
| 786 | int HAMLIB_API write_block_sync(hamlib_port_t *p, const unsigned char *txbuffer, |
| 787 | size_t count) |
| 788 | { |
| 789 | return async_pipe_write(p->sync_data_pipe, txbuffer, count, p->timeout); |
| 790 | } |
| 791 | |
| 792 | int HAMLIB_API write_block_sync_error(hamlib_port_t *p, |
| 793 | const unsigned char *txbuffer, size_t count) |
no test coverage detected