comedi_cancel — stop streaming input/output in progress
#include <comedilib.h>
int comedi_cancel( | comedi_t * device, |
unsigned int subdevice) ; |
The function comedi_cancel
can be used to stop a command
previously started by
comedi_command
which is still in progress
on the subdevice indicated by the parameters device
and subdevice
.