gensio_acc_startup
Start a gensio accepter
- Provided by: libgensio-dev (Version: 2.8.2-6.1build1)
- Source: gensio
- Report a bug
Start a gensio accepter
#include <gensio/gensio.h>
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.
Zero is returned on success, or a gensio error on failure.