lxi_receive
receive message from LXI device
- Provided by: liblxi-dev (Version: 1.16-1)
- Source: liblxi
- Report a bug
receive message from LXI device
#include <lxi.h>
int lxi_receive(int device, char *message, int length, int timeout);
The . lxi_receive() function receives up to length bytes in the message buffer pointed to by message
The timeout is in milliseconds.
Upon successful completion lxi_receive() returns the number of bytes successfully received, or LXI_ERROR if an error occurred.