logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

comedi_do_insn - perform instruction

Authors

DavidSchleef <ds@schleef.org>
           Author.

       FrankMoriHess <fmhess@users.sourceforge.net>
           Author.

       HermanBruyninckx <Herman.Bruyninckx@mech.kuleuven.ac.be>
           Author.

       BerndPorr <tech@linux-usb-daq.co.uk>
           Author.

       IanAbbott <abbotti@mev.co.uk>
           Author.

       ÉricPiel <piel@delmic.com>
           Author.

Description

       The function comedi_do_insn performs a single instruction.

Name

       comedi_do_insn - perform instruction

Return Value

       If successful, returns a non-negative number. For the case of INSN_READ or INSN_WRITE instructions,
       comedi_do_insn returns the number of samples read or written, which may be less than the number
       requested. If there is an error, -1 is returned.

Synopsis

#include<comedilib.h>intcomedi_do_insn(comedi_t*device,comedi_insn*instruction);

See Also