| 1284 | */ |
| 1285 | |
| 1286 | int HAMLIB_API read_block(hamlib_port_t *p, unsigned char *rxbuffer, |
| 1287 | size_t count) |
| 1288 | { |
| 1289 | return read_block_generic(p, rxbuffer, count, !p->asyncio); |
| 1290 | } |
| 1291 | |
| 1292 | /** |
| 1293 | * \brief Read bytes directly from the device file descriptor |
no test coverage detected