debian man page for modbus_receive_from

Query: modbus_receive_from

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MODBUS_RECEIVE_FROM(3)						 Libmodbus Manual					    MODBUS_RECEIVE_FROM(3)

NAME
modbus_receive_from - receive a indication request from a socket
SYNOPSIS
int modbus_receive_from(modbus_t *ctx, int sockfd, uint8_t *req);
DESCRIPTION
The modbus_receive_from() function shall receive an indication request from the socket/file descriptor given in argument 'sockfd. This function is used by Modbus slave/server to receive and analyze indication request sent by the masters/clients.
RETURN VALUE
The modbus_receive_from() function shall store the indication request in req and return the request length if sucessful. Otherwise it shall return -1 and set errno.
SEE ALSO
modbus_receive(3)
AUTHORS
The libmodbus documentation was written by Stephane Raimbault <stephane.raimbault@gmail.com[1]>
NOTES
1. stephane.raimbault@gmail.com mailto:stephane.raimbault@gmail.com libmodbus 3.0.3 05/26/2012 MODBUS_RECEIVE_FROM(3)
Related Man Pages
modbus_get_response_timeout(3) - debian
modbus_new_rtu(3) - debian
modbus_reply_exception(3) - debian
modbus_reply(3) - debian
modbus_report_slave_id(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph