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

Function write_block_sync_error

src/iofunc.c:792–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790}
791
792int HAMLIB_API write_block_sync_error(hamlib_port_t *p,
793 const unsigned char *txbuffer, size_t count)
794{
795 return async_pipe_write(p->sync_data_error_pipe, txbuffer, count, p->timeout);
796}
797
798int HAMLIB_API port_flush_sync_pipes(hamlib_port_t *p)
799{

Callers 1

async_data_handlerFunction · 0.85

Calls 1

async_pipe_writeFunction · 0.85

Tested by

no test coverage detected