1lxi_send(3) C Library Functions lxi_send(3)
2
3
4
6 lxi_send - send message to LXI device
7
8
10 #include <lxi.h>
11
12 int lxi_send(int device, char *message, int length, int timeout);
13
14
16 The lxi_send() function sends length bytes from the message buffer
17 pointed to by message
18
19
20 The timeout is in milliseconds.
21
22
24 Upon successful completion lxi_send() returns the number of bytes suc‐
25 cessfully sent, or LXI_ERROR if an error occurred.
26
27
29 lxi_open(3), lxi_receive(3), lxi_disconnect(3),
30
31
32
33liblxi 1.20 2022-09-28 lxi_send(3)