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

Function port_read_sync_data_pipe

src/iofunc.c:600–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598}
599
600static ssize_t port_read_sync_data_pipe(hamlib_port_t *p, void *buf,
601 size_t count)
602{
603 return port_read_sync_data(p, buf, count);
604}
605
606/* On MinGW32/MSVC/.. the appropriate accessor must be used
607 * depending on the port type, sigh.

Callers 1

port_read_genericFunction · 0.85

Calls 1

port_read_sync_dataFunction · 0.85

Tested by

no test coverage detected