clearResponseBuffer()
描述
清空 ModbusMasterNode
類別中的私有陣列 readData
的數值。
readData
是使用 Read 功能碼讀回 Slave 裝置暫存器後存放的陣列。
語法
node1.clearResponseBuffer()
參數
node1
: ModbusMasterNode
物件。
See Also
The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.