Ubuntu Manpages

gensio_acc_get_type, gensio_acc_is_reliable, gensio_acc_is_packet,

#include <gensio/gensio.h>


unsigned int depth);

gensio_acc_get_type return the type string for the gensio accepter (if depth is 0) or one of its children (depth > 0). Returns NULL if the depth is greater than the number of children.

gensio_acc_is_reliable return true if the genios produce by this accepter are reliable. See gensio_is_reliable(3) for details.

gensio_acc_is_packet returns if the genios produce by this accepter are packet-oriented. See gensio_is_packet(3) for details.

gensio_acc_is_message returns if the genios produce by this accepter are message-oriented. See gensio_is_message(3) for details.

gensio_err(3), gensio(5), gensio_get_type(3), gensio_is_reliable(3), gensio_is_packet(3), gensio_is_message(3)