TPEXT_DELPERIODCB(3)


Table of Contents

1. NAME
2. SYNOPSIS
3. DESCRIPTION
4. RETURN VALUE
5. ERRORS
6. EXAMPLE
7. BUGS
8. SEE ALSO
9. COPYING

1. NAME

tpext_delperiodcb - XATMI extension, periodic callback function, remove

2. SYNOPSIS

#include <atmi.h>

int tpext_delperiodcb(void);

Link with -latmisrv|-latmisrvnomain|-latmisrvinteg -latmi -lubf -lnstd -lpthread -lrt -lm

3. DESCRIPTION

Remove periodic callback function set by tpext_addperiodcb().

This function is available only for XATMI servers.

4. RETURN VALUE

On success, tpext_delperiodcb() return zero; on error, -1 is returned, with tperrno set to indicate the error.

5. ERRORS

At current version, function always succeeds.

6. EXAMPLE

See atmitest/test008_extensions/atmisv.c for sample code.

7. BUGS

Report bugs to support@mavimax.com

8. SEE ALSO

tpext_addperiodcb(3)

9. COPYING

© Mavimax, Ltd