Sponsor:

Your company here, and a link to your site. Click to find out more.

gensio_acc_startup - Man Page

Start a gensio accepter

Synopsis

#include <gensio/gensio.h>

int gensio_acc_startup(struct gensio_accepter *acc);

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.

Return Values

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

See Also

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

Info

27 Feb 2019