table of contents
other versions
- bookworm 2.6.2-4
- bookworm-backports 2.8.6-1~bpo12+2
- testing 2.8.6-1
- unstable 2.8.6-1
gensio_acc_startup(3) | Library Functions Manual | gensio_acc_startup(3) |
NAME¶
gensio_acc_startup - Start a gensio accepter
SYNOPSIS¶
#include <gensio/gensio.h>
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¶
27 Feb 2019 |