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

Function write_block_sync

src/iofunc.c:786–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786int HAMLIB_API write_block_sync(hamlib_port_t *p, const unsigned char *txbuffer,
787 size_t count)
788{
789 return async_pipe_write(p->sync_data_pipe, txbuffer, count, p->timeout);
790}
791
792int HAMLIB_API write_block_sync_error(hamlib_port_t *p,
793 const unsigned char *txbuffer, size_t count)

Callers 1

async_data_handlerFunction · 0.85

Calls 2

async_pipe_writeFunction · 0.85
rig_debugFunction · 0.85

Tested by

no test coverage detected