Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
lxi_send(3)		      C	Library	Functions		   lxi_send(3)

NAME
       lxi_send	- send message to LXI device

SYNOPSIS
       #include	<lxi.h>

       int lxi_send(int	device,	char *message, int length, int timeout);

DESCRIPTION
       The  lxi_send()	function  sends	 length	 bytes from the	message	buffer
       pointed to by message

       The timeout is in milliseconds.

RETURN VALUE
       Upon successful completion lxi_send() returns the number	of bytes  suc-
       cessfully sent, or LXI_ERROR if an error	occurred.

SEE ALSO
       lxi_open(3), lxi_receive(3), lxi_disconnect(3),

liblxi 1.18			  2022-09-28			   lxi_send(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lxi_send&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help