lxi_send - Man Page

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 successfully sent, or LXI_ERROR if an error occurred.

See Also

lxi_open(3), lxi_receive(3), lxi_disconnect(3),

Referenced By

lxi_connect(3), lxi_disconnect(3), lxi_init(3), lxi_receive(3).

2022-09-28 liblxi 1.20 C Library Functions