1lxi_disconnect(3) Library Functions Manual lxi_disconnect(3)
2
3
4
6 lxi_disconnect - disconnect a LXI connection
7
8
10 #include <lxi.h>
11
12 int lxi_disconnect(int device);
13
14
16 The lxi_disconnect() function disconnects an existing LXI connection
17 handle pointed to by device
18
19
21 Upon successful completion lxi_disconnect() returns LXI_OK , else
22 LXI_ERROR is returned if an error occurred.
23
24
26 lxi_send(3), lxi_receive(3), lxi_disconnect(3),
27
28
29
30 October 2017 lxi_disconnect(3)