lxi_receive - Man Page
receive message from LXI device
Synopsis
#include <lxi.h>
int lxi_receive(int device, char *message, int length, int timeout);
Description
The lxi_receive() function receives up to length bytes in the message buffer pointed to by message
The timeout is in milliseconds.
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),
Referenced By
lxi_connect(3), lxi_disconnect(3), lxi_discover(3), lxi_init(3), lxi_send(3).
2024-11-08 liblxi 1.22 C Library Functions