Commit e68f4f465f85f982df74ff3864bdd41da54424d3
1 parent
931364f6
Remove old documentation of modbus_receive_from
Showing
2 changed files
with
0 additions
and
39 deletions
doc/Makefile.am
| @@ -24,7 +24,6 @@ MAN3 = \ | @@ -24,7 +24,6 @@ MAN3 = \ | ||
| 24 | modbus_read_input_registers.3 \ | 24 | modbus_read_input_registers.3 \ |
| 25 | modbus_read_registers.3 \ | 25 | modbus_read_registers.3 \ |
| 26 | modbus_receive_confirmation.3 \ | 26 | modbus_receive_confirmation.3 \ |
| 27 | - modbus_receive_from.3 \ | ||
| 28 | modbus_receive.3 \ | 27 | modbus_receive.3 \ |
| 29 | modbus_reply_exception.3 \ | 28 | modbus_reply_exception.3 \ |
| 30 | modbus_reply.3 \ | 29 | modbus_reply.3 \ |
doc/modbus_receive_from.txt deleted
| 1 | -modbus_receive_from(3) | ||
| 2 | -====================== | ||
| 3 | - | ||
| 4 | - | ||
| 5 | -NAME | ||
| 6 | ----- | ||
| 7 | -modbus_receive_from - receive a indication request from a socket | ||
| 8 | - | ||
| 9 | - | ||
| 10 | -SYNOPSIS | ||
| 11 | --------- | ||
| 12 | -*int modbus_receive_from(modbus_t *'ctx', int sockfd, uint8_t *'req');* | ||
| 13 | - | ||
| 14 | - | ||
| 15 | -DESCRIPTION | ||
| 16 | ------------ | ||
| 17 | -The *modbus_receive_from()* function shall receive an indication request from | ||
| 18 | -the socket/file descriptor given in argument _sockfd_. This function is used by | ||
| 19 | -Modbus slave/server to receive and analyze indication request sent by the | ||
| 20 | -masters/clients. | ||
| 21 | - | ||
| 22 | - | ||
| 23 | -RETURN VALUE | ||
| 24 | ------------- | ||
| 25 | -The function shall store the indication request in _req_ | ||
| 26 | -and return the request length if sucessful. Otherwise it shall return -1 and set | ||
| 27 | -errno. | ||
| 28 | - | ||
| 29 | - | ||
| 30 | -SEE ALSO | ||
| 31 | --------- | ||
| 32 | -linkmb:modbus_receive[3] | ||
| 33 | - | ||
| 34 | - | ||
| 35 | -AUTHORS | ||
| 36 | -------- | ||
| 37 | -The libmodbus documentation was written by Stéphane Raimbault | ||
| 38 | -<stephane.raimbault@gmail.com> |