1lxi_init(3) Library Functions Manual lxi_init(3)
23
4
NAME
6lxi_init - initialize LXI library
78
SYNOPSIS
10#include <lxi.h>
1112
int lxi_init(void);
1314
DESCRIPTION
16The lxi_init() function initializes the LXI library. This is required
17before calling any other available lxi functions.
1819
RETURN VALUE
21Upon successful completion lxi_init() returns LXI_OK , or LXI_ERROR if
22an error occurred.
2324
SEE ALSO
26lxi_connect(3), lxi_send(3), lxi_receive(3), lxi_disconnect(3),
2728
29
30
October 2017 lxi_init(3)