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

Function read_string

src/iofunc.c:1553–1563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1551 */
1552
1553int HAMLIB_API read_string(hamlib_port_t *p,
1554 unsigned char *rxbuffer,
1555 size_t rxmax,
1556 const char *stopset,
1557 int stopset_len,
1558 int flush_flag,
1559 int expected_len)
1560{
1561 return read_string_generic(p, rxbuffer, rxmax, stopset, stopset_len, flush_flag,
1562 expected_len, !p->asyncio);
1563}
1564
1565
1566/**

Callers 15

dra818_responseFunction · 0.85
dra818_get_dcdFunction · 0.85
barrett_transactionFunction · 0.85
quisk_transactionFunction · 0.85
quisk_openFunction · 0.85
quisk_get_freqFunction · 0.85
quisk_get_modeFunction · 0.85
quisk_get_split_modeFunction · 0.85
quisk_get_split_vfoFunction · 0.85
quisk_get_antFunction · 0.85
netrigctl_transactionFunction · 0.85
netrigctl_openFunction · 0.85

Calls 1

read_string_genericFunction · 0.85

Tested by

no test coverage detected