You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libsxmp/man/sxhub_set_ondestroy.3

51 lines
1.1 KiB
Groff

9 years ago
.TH SXHUB_SET_ONDESTROY 3 "20 July 2015" "SXMP" "SXMP Library Manual"
.SH NAME
9 years ago
sxhub_set_ondestroy \- Set callback for the links resides within hub, called in case of link destroying
.br
.SH SYNOPSIS
9 years ago
.B #include <sxmp/sxmp.h>
.sp
9 years ago
#define sxhub_set_ondestroy(c, f)
.br
.sp
.SH DESCRIPTION
This macro should be used if you want to setup callback function fired upon a connection is closed or broken.
.br
This macro will set on
.B c
9 years ago
hub link set callback
.B f
which is a function pointer of the type:
.br
.sp
9 years ago
.B typedef void (*ondestroy_t)(sxlink_t *);
.br
.sp
9 years ago
This function will be called if connection link failed, broken etc. It will pass a pointer to the failed link.
.SH RETURN VALUE
None.
.SH ERRORS
None.
.SH BUGS
None known yet.
.SH EXAMPLE
None.
.SH APPLICATION USAGE
None.
.SH RATIONALE
None.
.SH SEE ALSO
9 years ago
.BI sxhub_set_priv(3)
,
9 years ago
.BI sxhub_get_priv(3)
9 years ago
,
9 years ago
.BI sxhub_set_onpulse(3)
.SH COPYRIGHT
This software licensed under GNU LGPL v3. See COPYING for further details.
.br
(c) Askele Group 2013-2015 <http://askele.com>
.SH AUTHOR
Alexander Vdolainen (vdo@askele.com)