#include <elan3/epcomms.h>
int ep_disable_txcallbacks( | EP_XMTR *xmtr); |
Pointer to the transmitter whose callback interrupts are to be disabled.
This function disables interrupt driven callbacks for all the transmit operations that are currently active at the transmitter specified by xmtr.
Returns the number of transmits that have completed.
ep_transmit_message(3), ep_multicast_message(3), ep_enable_txcallbacks(3), ep_poll_transmits(3).