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

gensio_acc_startup - Start a gensio accepter

Description

gensio_acc_startup  starts  the gensio accepter.  A gensio accepter is started not running, you must call
       this to start it up.

       Unlike gensio_open this also enables events from the gensio accepter.

Name

       gensio_acc_startup - Start a gensio accepter

Return Values

       Zero is returned on success, or a gensio error on failure.

See Also

gensio_err(3), gensio(5), gensio_open(3)

                                                   27 Feb 2019                             gensio_acc_startup(3)

Synopsis

#include<gensio/gensio.h>intgensio_acc_startup(structgensio_accepter*acc);

See Also