logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lxi_receive - receive message from LXI device

Description

       The lxi_receive() function receives up to length bytes in the message buffer pointed to by message

       The timeout is in milliseconds.

Name

       lxi_receive - receive message from LXI device

Return Value

       Upon  successful completion lxi_receive() returns the number of bytes successfully received, or LXI_ERROR
       if an error occurred.

See Also

lxi_open(3), lxi_send(3), lxi_disconnect(3),

liblxi 1.22                                        2024-11-08                                     lxi_receive(3)

Synopsis

#include<lxi.h>intlxi_receive(intdevice,char*message,intlength,inttimeout);

See Also