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

Function read_string_direct

src/iofunc.c:1592–1602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1590 */
1591
1592int HAMLIB_API read_string_direct(hamlib_port_t *p,
1593 unsigned char *rxbuffer,
1594 size_t rxmax,
1595 const char *stopset,
1596 int stopset_len,
1597 int flush_flag,
1598 int expected_len)
1599{
1600 return read_string_generic(p, rxbuffer, rxmax, stopset, stopset_len, flush_flag,
1601 expected_len, 1);
1602}
1603
1604/** @} */

Callers 1

read_icom_frame_genericFunction · 0.85

Calls 1

read_string_genericFunction · 0.85

Tested by

no test coverage detected