XTA: API Reference for C language

xta_config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void xta_config_t
 

Functions

int xta_config_get_connection_timeout (const xta_config_t *config)
 
int xta_config_set_connection_timeout (xta_config_t *config, int value)
 

Typedef Documentation

typedef void xta_config_t

This typedef is necessary to avoid the inclusion of LIXA internals that are unnecessary for the XTA interface, but necessary for XTA implementation. The real type is client_config_coll_t, by XTA is used only as a pointer

Definition at line 30 of file xta_config.h.

Function Documentation

int xta_config_get_connection_timeout ( const xta_config_t config)

Retrieve connection timeout

Parameters
[in]configobject
Returns
the value of connection timeout

Definition at line 36 of file xta_config.c.

int xta_config_set_connection_timeout ( xta_config_t config,
int  value 
)

Set a new connection timeout

Parameters
[in,out]configobject
[in]valuewill be the new connection timeout
Returns
a reason code

Definition at line 42 of file xta_config.c.


Copyright © 2009-2019, Christian Ferrari tiian@users.sourceforge.net http://www.tiian.org/