clearTransmitBuffer()
Description
Clear the values of the private array writeData
in the ModbusMasterNode
class. writeData
is the content of the Modbus packet using the Write function code.
Syntax
node1.clearTransmitBuffer()
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.