User Tools

Site Tools


Sidebar

Table Of Contents

endurox:v7.5.x:api:xatmi:tpext_delperiodcb.3

tpext_delperiodcb

Name

tpext_delperiodcb — XATMI extension, periodic callback function, remove

Synopsis

#include <atmi.h>

int tpext_delperiodcb(void);

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

DESCRIPTION

Remove periodic callback function set by tpext_addperiodcb().

This function is available only for XATMI servers.

RETURN VALUE

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

ERRORS

At current version, function always succeeds.

EXAMPLE

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

BUGS

Report bugs to support@mavimax.com

COPYING

© Mavimax, Ltd