lxi_init
initialize LXI library
- Provided by: liblxi-dev (Version: 1.16-1)
- Source: liblxi
- Report a bug
initialize LXI library
#include <lxi.h>
int lxi_init(void);
The lxi_init() function initializes the LXI library. This is required before calling any other available lxi functions.
Upon successful completion lxi_init() returns LXI_OK , or LXI_ERROR if an error occurred.
lxi_connect(3), lxi_send(3), lxi_receive(3), lxi_disconnect(3),