lxi_send - send message to LXI device
Contents
Description
The lxi_send() function sends length bytes from the message buffer pointed to by message
The timeout is in milliseconds.
Name
lxi_send - send message to LXI device
Return Value
Upon successful completion lxi_send() returns the number of bytes successfully sent, or LXI_ERROR if an
error occurred.
See Also
lxi_open(3), lxi_receive(3), lxi_disconnect(3), liblxi 1.22 2024-11-08 lxi_send(3)
Synopsis
#include<lxi.h>intlxi_send(intdevice,char*message,intlength,inttimeout);
