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

Function read_block_direct

src/iofunc.c:1310–1314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308 */
1309
1310int HAMLIB_API read_block_direct(hamlib_port_t *p, unsigned char *rxbuffer,
1311 size_t count)
1312{
1313 return read_block_generic(p, rxbuffer, count, 1);
1314}
1315
1316static int read_string_generic(hamlib_port_t *p,
1317 unsigned char *rxbuffer,

Callers 1

expert_transactionFunction · 0.85

Calls 1

read_block_genericFunction · 0.85

Tested by

no test coverage detected