1gensio_acc_startup(3)      Library Functions Manual      gensio_acc_startup(3)
2
3
4

NAME

6       gensio_acc_startup - Start a gensio accepter
7

SYNOPSIS

9       #include <gensio/gensio.h>
10
11       int gensio_acc_startup(struct gensio_accepter *acc);
12

DESCRIPTION

14       gensio_acc_startup  starts  the  gensio accepter.  A gensio accepter is
15       started not running, you must call this to start it up.
16
17       Unlike gensio_open this also enables events from the gensio accepter.
18

RETURN VALUES

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

SEE ALSO

23       gensio_err(3), gensio(5), gensio_open(3)
24
25
26
27                                  27 Feb 2019            gensio_acc_startup(3)
Impressum