clearResponseBuffer()
Description
Clear the values of the private array readData
in the ModbusMasterNode
class. readData
is the array stored after reading back the Slave device register using the Read function code.
Syntax
node1.clearResponseBuffer()
Parameters
node1
: ModbusMasterNode
object.
See Also
Library Reference
The text in the 86Duino reference is modified from the Arduino reference and is shared under the Creative Commons Attribution-Share Alike License 3.0 License. The code examples in the reference material have been released into the public domain.