1lxi_send(3) Library Functions Manual lxi_send(3)
2
3
4
6 lxi_receive - receive message from LXI device
7
8
10 #include <lxi.h>
11
12 int lxi_receive(int device, char *message, int length, int timeout);
13
14
16 The . lxi_receive() function receives up to length bytes in the mes‐
17 sage buffer pointed to by message
18
19
20 The timeout is in milliseconds.
21
22
24 Upon successful completion lxi_receive() returns the number of bytes
25 successfully received, or LXI_ERROR if an error occurred.
26
27
29 lxi_open(3), lxi_send(3), lxi_disconnect(3),
30
31
32
33 October 2017 lxi_send(3)