Back to home page

Enduro/X

 
 

    


0001 TPEXT_DELPERIODCB(3)
0002 ====================
0003 :doctype: manpage
0004 
0005 
0006 NAME
0007 ----
0008 tpext_delperiodcb - XATMI extension, periodic callback function, remove
0009 
0010 
0011 SYNOPSIS
0012 --------
0013 #include <atmi.h>
0014 
0015 int tpext_delperiodcb(void);
0016 
0017 Link with '-latmisrv|-latmisrvnomain|-latmisrvinteg -latmi -lubf -lnstd -lpthread -lrt -lm'
0018 
0019 DESCRIPTION
0020 -----------
0021 Remove periodic callback function set by *tpext_addperiodcb()*.
0022 
0023 This function is available only for XATMI servers.
0024 
0025 RETURN VALUE
0026 ------------
0027 On success, *tpext_delperiodcb()* return zero; on error, -1 is returned, with *tperrno* set to indicate the error.
0028 
0029 ERRORS
0030 ------
0031 At current version, function always succeeds.
0032 
0033 EXAMPLE
0034 -------
0035 See *atmitest/test008_extensions/atmisv.c* for sample code.
0036 
0037 BUGS
0038 ----
0039 Report bugs to support@mavimax.com
0040 
0041 SEE ALSO
0042 --------
0043 *tpext_addperiodcb(3)*
0044 
0045 COPYING
0046 -------
0047 (C) Mavimax, Ltd
0048