Ver código fonte

[docs] drop reference to non-existent return data

The report slave id function returns the number of bytes as the _return_
value, and does not include it as the first byte in the dest buffer.

Update documentation to reflect reality.  There's no missing
functionality, just slightly confusing documentation.
Karl Palsson 11 anos atrás
pai
commit
76e2a3e4db
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      doc/modbus_report_slave_id.txt

+ 0 - 1
doc/modbus_report_slave_id.txt

@@ -19,7 +19,6 @@ to obtain a description of the controller.
 
 The response stored in 'dest' contains:
 
-* the byte count of the response
 * the slave ID, this unique ID is in reality not unique at all so it's not
   possible to depend on it to know how the information are packed in the
   response.