ep_disable_txcallbacks(3)

NAME

ep_disable_txcallbacks - disables interrupt driven callbacks

SYNOPSIS

#include <elan3/epcomms.h>
     
int ep_disable_txcallbacks(
EP_XMTR *xmtr);

PARAMETERS

xmtr

Pointer to the transmitter whose callback interrupts are to be disabled.

DESCRIPTION

This function disables interrupt driven callbacks for all the transmit operations that are currently active at the transmitter specified by xmtr.

RETURN VALUES

Returns the number of transmits that have completed.

SEE ALSO

ep_transmit_message(3), ep_multicast_message(3), ep_enable_txcallbacks(3), ep_poll_transmits(3).


© Quadrics Ltd. 1998-2003