1lxi_send(3)                Library Functions Manual                lxi_send(3)
2
3
4

NAME

6       lxi_send - send message to LXI device
7
8

SYNOPSIS

10       #include <lxi.h>
11
12       int lxi_send(int device, char *message, int length, int timeout);
13
14

DESCRIPTION

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

RETURN VALUE

24       Upon successful completion lxi_send() returns the number of bytes  suc‐
25       cessfully sent, or LXI_ERROR if an error occurred.
26
27

SEE ALSO

29       lxi_open(3), lxi_receive(3), lxi_disconnect(3),
30
31
32
33                                 October 2017                      lxi_send(3)
Impressum