|
NAMElxi_init - initialize LXI librarySYNOPSIS#include <lxi.h>int lxi_init(void); DESCRIPTIONThe lxi_init() function initializes the LXI library. This is required before calling any other available lxi functions.RETURN VALUEUpon successful completion lxi_init() returns LXI_OK , or LXI_ERROR if an error occurred.SEE ALSOlxi_connect(3), lxi_send(3), lxi_receive(3), lxi_disconnect(3),
Visit the GSP FreeBSD Man Page Interface. |