|
NAMElxi_receive - receive message from LXI deviceSYNOPSIS#include <lxi.h>int lxi_receive(int device, char *message, int length, int timeout); DESCRIPTIONThe . lxi_receive() function receives up to length bytes in the message buffer pointed to by messageThe timeout is in milliseconds. RETURN VALUEUpon successful completion lxi_receive() returns the number of bytes successfully received, or LXI_ERROR if an error occurred.SEE ALSOlxi_open(3), lxi_send(3), lxi_disconnect(3),
Visit the GSP FreeBSD Man Page Interface. |