MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / read_block

Function read_block

src/iofunc.c:1286–1290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1284 */
1285
1286int 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

Callers 15

barrett_transaction2Function · 0.85
barrett_transactionFunction · 0.85
wj_transactionFunction · 0.85
simplecat_transactionFunction · 0.85
pmr171_sendFunction · 0.85
pmr171_read_ackFunction · 0.85
pmr171_set_freqFunction · 0.85
q900_sendFunction · 0.85
q900_read_ackFunction · 0.85
q900_set_freqFunction · 0.85
read_rig_responseFunction · 0.85
guohetec.cFile · 0.85

Calls 1

read_block_genericFunction · 0.85

Tested by

no test coverage detected