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

Function read_icom_frame

rigs/icom/frame.c:632–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632int read_icom_frame(hamlib_port_t *p, const unsigned char rxbuffer[],
633 size_t rxbuffer_len)
634{
635 return read_icom_frame_generic(p, rxbuffer, rxbuffer_len, 0);
636}
637
638int read_icom_frame_direct(hamlib_port_t *p, const unsigned char rxbuffer[],
639 size_t rxbuffer_len)

Callers 5

icom_one_transactionFunction · 0.85
icom_get_usb_echo_offFunction · 0.85
icom_decode_eventFunction · 0.85
icom.cFile · 0.85
rig_send_rawFunction · 0.85

Calls 1

read_icom_frame_genericFunction · 0.85

Tested by

no test coverage detected