lxi_init - initialize LXI library
Contents
Description
The lxi_init() function initializes the LXI library. This is required before calling any other available
lxi functions.
Name
lxi_init - initialize LXI library
Return Value
Upon successful completion lxi_init() returns LXI_OK , or LXI_ERROR if an error occurred.
See Also
lxi_connect(3), lxi_send(3), lxi_receive(3), lxi_disconnect(3), liblxi 1.22 2024-11-08 lxi_init(3)
Synopsis
#include<lxi.h>intlxi_init(void);
